TSK-937: Adjust .gitignore to ignore IDE Setting files

This commit is contained in:
Benjamin Eckstein 2019-10-29 11:17:22 +01:00
parent ebccd61d64
commit d42e6e1d29
10 changed files with 59 additions and 140 deletions

60
.gitignore vendored
View File

@ -1 +1,59 @@
target
# See https://github.com/github/gitignore for more about ignoring files.
### GENERATED ###
target/
.apt_generated/
.checkstyle
bin/
*.orig
### IDEs ###
.c9/
*.launch
.settings/
*.sublime-workspace
.vscode/*
.idea
*.iws
*.iml
*.ipr
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### WEB ###
# compiled output
tmp/
out-tsc/
# dependencies
node_modules/
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
e2e/*.js
e2e/*.map
# System Files
.DS_Store
Thumbs.db

29
lib/.gitignore vendored
View File

@ -1,29 +0,0 @@
*/target/
*/bin/
!.mvn/wrapper/maven-wrapper.jar
*.orig
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/
### DEV-TOOLS ###
.checkstyle

View File

@ -1,3 +0,0 @@
/.apt_generated/
/target/
.checkstyle

View File

@ -1,3 +0,0 @@
/.apt_generated/
/target/
.checkstyle

View File

@ -1,2 +0,0 @@
/target/
.checkstyle

View File

@ -1,2 +0,0 @@
/target/
.checkstyle

27
rest/.gitignore vendored
View File

@ -1,27 +0,0 @@
target/
bin/
.checkstyle
!.mvn/wrapper/maven-wrapper.jar
*.orig
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

View File

@ -1,2 +0,0 @@
target/
.checkstyle

View File

@ -1,27 +0,0 @@
target/
bin/
.checkstyle
!.mvn/wrapper/maven-wrapper.jar
*.orig
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
.nb-gradle/

44
web/.gitignore vendored
View File

@ -1,44 +0,0 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
/out-tsc
/target
# dependencies
/node_modules
# IDEs and editors
/.idea
*.iml
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
# System Files
.DS_Store
Thumbs.db