mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
19 lines
359 B
Plaintext
19 lines
359 B
Plaintext
#
|
|
# libreevent - .gitignore
|
|
#
|
|
# Created by Janis Hutz 02/26/2023, Licensed under the GPL V3 License
|
|
# https://janishutz.com, development@janishutz.com
|
|
#
|
|
#
|
|
|
|
|
|
# ignore ALL .log files
|
|
*.log
|
|
|
|
# ignore node_modules (can be rebuilt with npm i --> shrinks repo size)
|
|
node_modules
|
|
|
|
# ignore dist folder (this repo only contains source code!)
|
|
/dist
|
|
|
|
*.secret.json |