Files
libreevent/.gitignore
2023-04-27 17:43:01 +02:00

17 lines
341 B
Plaintext

#
# myevent - .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