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/ /.idea/
/.*project
/.settings/
/.venv /.venv
/env/ /env/
@ -13,8 +15,8 @@ __pycache__
profiles profiles
puppet/extension_files puppet/extension_files
/config.yaml /config*.yaml
/registration.yaml /registration*.yaml
*.log* *.log*
*.db *.db
*.pickle *.pickle

2
puppet/.gitignore vendored
View File

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