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

# ignore all latex files except .tex
*.aux
*.fls
*.synctex.gz
*.fdb_latexmk
._wordcount_selection.tex
/*.zip

AppMarketing

yarn.lock
package-lock.json