diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore index 63d2f1a..e4c245a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1,9 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +### Gradle ### .gradle -build/ !gradle/wrapper/gradle-wrapper.jar -!**/src/main/**/build/ -!**/src/test/**/build/ - -### STS ### -.apt_generated -.classpath -.factorypath -.project -.settings -.springBeans -.sts4-cache -bin/ -!**/src/main/**/bin/ -!**/src/test/**/bin/ +build/ ### IntelliJ IDEA ### .idea @@ -34,3 +23,14 @@ out/ ### VS Code ### .vscode/ + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/.idea/runConfigurations/bootRun.xml b/.idea/runConfigurations/bootRun.xml index e92b210..7e8c2b0 100644 --- a/.idea/runConfigurations/bootRun.xml +++ b/.idea/runConfigurations/bootRun.xml @@ -10,12 +10,15 @@