diff --git a/Identity/.gitattributes b/Identity/.gitattributes new file mode 100644 index 0000000000..30ddbbb6cb --- /dev/null +++ b/Identity/.gitattributes @@ -0,0 +1 @@ +*.js text eol=lf \ No newline at end of file diff --git a/Identity/.gitignore b/Identity/.gitignore new file mode 100755 index 0000000000..9ff7be318d --- /dev/null +++ b/Identity/.gitignore @@ -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 \ No newline at end of file diff --git a/Probe/.gitattributes b/Probe/.gitattributes new file mode 100644 index 0000000000..30ddbbb6cb --- /dev/null +++ b/Probe/.gitattributes @@ -0,0 +1 @@ +*.js text eol=lf \ No newline at end of file diff --git a/Probe/.gitignore b/Probe/.gitignore new file mode 100755 index 0000000000..9ff7be318d --- /dev/null +++ b/Probe/.gitignore @@ -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 \ No newline at end of file diff --git a/ProbeAPI/.gitattributes b/ProbeAPI/.gitattributes new file mode 100644 index 0000000000..30ddbbb6cb --- /dev/null +++ b/ProbeAPI/.gitattributes @@ -0,0 +1 @@ +*.js text eol=lf \ No newline at end of file diff --git a/ProbeAPI/.gitignore copy b/ProbeAPI/.gitignore copy new file mode 100755 index 0000000000..9ff7be318d --- /dev/null +++ b/ProbeAPI/.gitignore copy @@ -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 \ No newline at end of file