Update .gitignore

systemd
Andrew Ferrazzutti 2 years ago
parent 2c026939c3
commit 157f18d27f
  1. 6
      .gitignore
  2. 2
      puppet/.gitignore

6
.gitignore vendored

@ -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

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

Loading…
Cancel
Save