Added a .gitignore file
parent
727248b5b7
commit
bc5ffba82f
|
@ -1,5 +1,6 @@
|
|||
**/.git
|
||||
.dockerignore
|
||||
.gitignore
|
||||
YAML-editor/public/
|
||||
YAML-editor/src/
|
||||
YAML-editor/node_modules/
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
# DeTT&CT files
|
||||
cache/
|
||||
output/
|
||||
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Misc
|
||||
.DS_Store
|
||||
.vscode
|
Loading…
Reference in New Issue