lint, git, circleci, basics

This commit is contained in:
2023-02-26 15:20:36 +01:00
parent 5b71c1760d
commit f4a7370c5e
5 changed files with 80 additions and 4 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
#
# 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