Added a .gitignore file

master
Marcus Bakker 2020-02-20 10:00:18 +01:00
parent 727248b5b7
commit bc5ffba82f
2 changed files with 13 additions and 0 deletions

View File

@ -1,5 +1,6 @@
**/.git
.dockerignore
.gitignore
YAML-editor/public/
YAML-editor/src/
YAML-editor/node_modules/

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# DeTT&CT files
cache/
output/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Misc
.DS_Store
.vscode