TSK-937: Adjust .gitignore to ignore IDE Setting files
This commit is contained in:
parent
ebccd61d64
commit
d42e6e1d29
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -1,3 +0,0 @@
|
|||
/.apt_generated/
|
||||
/target/
|
||||
.checkstyle
|
|
@ -1,3 +0,0 @@
|
|||
/.apt_generated/
|
||||
/target/
|
||||
.checkstyle
|
|
@ -1,2 +0,0 @@
|
|||
/target/
|
||||
.checkstyle
|
|
@ -1,2 +0,0 @@
|
|||
/target/
|
||||
.checkstyle
|
|
@ -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/
|
|
@ -1,2 +0,0 @@
|
|||
target/
|
||||
.checkstyle
|
|
@ -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/
|
|
@ -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
|
Loading…
Reference in New Issue