add gitignore files

This commit is contained in:
Simon Larsen
2023-05-02 16:09:04 +01:00
parent 27420261a0
commit a1bcb45122
6 changed files with 90 additions and 0 deletions

1
Identity/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.js text eol=lf

29
Identity/.gitignore vendored Executable file
View File

@@ -0,0 +1,29 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
#/backend/node_modules
/kubernetes
/node_modules
.idea
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
**/*/paymentService.test.js
apiTest.rest
application_security_dir
container_security_dir
# coverage
/coverage
/.nyc_output
/greenlock.d/config.json
/greenlock.d/config.json.bak

1
Probe/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.js text eol=lf

29
Probe/.gitignore vendored Executable file
View File

@@ -0,0 +1,29 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
#/backend/node_modules
/kubernetes
/node_modules
.idea
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
**/*/paymentService.test.js
apiTest.rest
application_security_dir
container_security_dir
# coverage
/coverage
/.nyc_output
/greenlock.d/config.json
/greenlock.d/config.json.bak

1
ProbeAPI/.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
*.js text eol=lf

29
ProbeAPI/.gitignore copy Executable file
View File

@@ -0,0 +1,29 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
#/backend/node_modules
/kubernetes
/node_modules
.idea
# misc
.DS_Store
npm-debug.log*
yarn-debug.log*
yarn-error.log*
yarn.lock
**/*/paymentService.test.js
apiTest.rest
application_security_dir
container_security_dir
# coverage
/coverage
/.nyc_output
/greenlock.d/config.json
/greenlock.d/config.json.bak