Skip to content

Commit

Permalink
Few changes to git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Valswyn-NHS committed Nov 12, 2024
1 parent be077a8 commit dc1e20c
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@

.direnv
**/.terraform
.direnv/
node_modules/
bin/
dist/
build/
public/
newman/
.idea
.idea/
.DS_Store
.#*
**/*.iml

__pycache__/
.envrc
.idea/
.venv/

.env
.envrc
smoketest-report.xml
env
lambda_typescript/**/*.js
terraform/zips
.dir-locals.el
*.pyc
.python-version
**/.terraform/
sandbox/specification/
openapi.json

**/.vscode/**/*
!**/.vscode/settings.json.default

devtools/volume/

0 comments on commit dc1e20c

Please sign in to comment.