Update the .gitignore
Dieser Commit ist enthalten in:
Ursprung
addfacb19c
Commit
d44741dd17
21
.gitignore
vendored
21
.gitignore
vendored
@ -2,21 +2,21 @@
|
|||||||
## Eclipse
|
## Eclipse
|
||||||
#################
|
#################
|
||||||
|
|
||||||
*.pydevproject
|
# Generic project files
|
||||||
.project
|
.project
|
||||||
.metadata
|
.classpath
|
||||||
|
.settings/
|
||||||
bin/
|
bin/
|
||||||
|
|
||||||
|
*.pydevproject
|
||||||
|
.metadata
|
||||||
tmp/
|
tmp/
|
||||||
*.tmp
|
*.tmp
|
||||||
*.bak
|
*.bak
|
||||||
*.swp
|
*.swp
|
||||||
*~.nib
|
*~.nib
|
||||||
local.properties
|
local.properties
|
||||||
.classpath
|
|
||||||
.settings/
|
|
||||||
.loadpath
|
.loadpath
|
||||||
target/
|
|
||||||
.gitignore
|
|
||||||
|
|
||||||
# External tool builders
|
# External tool builders
|
||||||
.externalToolBuilders/
|
.externalToolBuilders/
|
||||||
@ -30,6 +30,12 @@ target/
|
|||||||
# PDT-specific
|
# PDT-specific
|
||||||
.buildpath
|
.buildpath
|
||||||
|
|
||||||
|
#################
|
||||||
|
## Maven
|
||||||
|
#################
|
||||||
|
|
||||||
|
target/
|
||||||
|
dependency-reduced-pom.xml
|
||||||
|
|
||||||
#################
|
#################
|
||||||
## Visual Studio
|
## Visual Studio
|
||||||
@ -163,6 +169,3 @@ pip-log.txt
|
|||||||
|
|
||||||
# Mac crap
|
# Mac crap
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
# Maven
|
|
||||||
logs/
|
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren