Skip to content
Snippets Groups Projects
Commit ae436b6f authored by nimrod's avatar nimrod
Browse files

Update .gitignore.

parent 264c25cd
No related branches found
No related tags found
No related merge requests found
Pipeline #2197 failed
...@@ -11,8 +11,10 @@ Thumbs.db ...@@ -11,8 +11,10 @@ Thumbs.db
.svn/ .svn/
.sass-cache/ .sass-cache/
*.log *.log
a.out *.out
node-modules/ *.so
node_modules/
.npm/
nbproject/ nbproject/
*.ipynb *.ipynb
.idea/ .idea/
...@@ -22,7 +24,7 @@ nbproject/ ...@@ -22,7 +24,7 @@ nbproject/
.cache/ .cache/
bower_components/ bower_components/
*.class *.class
*.jar *.[ewj]ar
secring.* secring.*
.*.kate-swp .*.kate-swp
.swp.* .swp.*
...@@ -32,3 +34,23 @@ build/ ...@@ -32,3 +34,23 @@ build/
_build/ _build/
dist/ dist/
.tox/ .tox/
*.pdf
*.exe
*.dll
*.gz
*.tgz
*.tar
*.rar
*.zip
*.xz
*.pid
*.lock
*.env
.bundle/
!Pipfile.lock
.terraform
.terraform.*
tfplan
*.tfstate*
*.venv
reports/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment