Update .gitignore

This commit is contained in:
Andrew Ferrazzutti 2021-06-18 00:08:41 -04:00
parent 2c026939c3
commit 157f18d27f
2 changed files with 5 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,4 +1,6 @@
/.idea/
/.*project
/.settings/
/.venv
/env/
@ -13,8 +15,8 @@ __pycache__
profiles
puppet/extension_files
/config.yaml
/registration.yaml
/config*.yaml
/registration*.yaml
*.log*
*.db
*.pickle

2
puppet/.gitignore vendored
View File

@ -1,2 +1,2 @@
/node_modules
/config.json
/config*.json