mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-13 03:40:52 +01:00
Update the .gitignore
This commit is contained in:
parent
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/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user