mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-12 19:30:41 +01:00
Update the .gitignore
This commit is contained in:
parent
addfacb19c
commit
d44741dd17
23
.gitignore
vendored
23
.gitignore
vendored
@ -2,21 +2,21 @@
|
||||
## Eclipse
|
||||
#################
|
||||
|
||||
*.pydevproject
|
||||
# Generic project files
|
||||
.project
|
||||
.metadata
|
||||
.classpath
|
||||
.settings/
|
||||
bin/
|
||||
|
||||
*.pydevproject
|
||||
.metadata
|
||||
tmp/
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~.nib
|
||||
local.properties
|
||||
.classpath
|
||||
.settings/
|
||||
.loadpath
|
||||
target/
|
||||
.gitignore
|
||||
|
||||
# External tool builders
|
||||
.externalToolBuilders/
|
||||
@ -30,6 +30,12 @@ target/
|
||||
# PDT-specific
|
||||
.buildpath
|
||||
|
||||
#################
|
||||
## Maven
|
||||
#################
|
||||
|
||||
target/
|
||||
dependency-reduced-pom.xml
|
||||
|
||||
#################
|
||||
## Visual Studio
|
||||
@ -162,7 +168,4 @@ pip-log.txt
|
||||
.mr.developer.cfg
|
||||
|
||||
# Mac crap
|
||||
.DS_Store
|
||||
|
||||
# Maven
|
||||
logs/
|
||||
.DS_Store
|
Loading…
Reference in New Issue
Block a user