Files
libreevent/.gitignore
2023-07-11 15:05:33 +02:00

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