mirror of
https://e.coding.net/circlecloud/ItemMamager.git
synced 2025-11-24 21:36:12 +00:00
del .setting ReName to ItemManager...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
40
.gitignore
vendored
40
.gitignore
vendored
@@ -1,2 +1,38 @@
|
||||
/bin/
|
||||
/target/
|
||||
# Eclipse stuff
|
||||
/.settings
|
||||
|
||||
# netbeans
|
||||
/nbproject
|
||||
|
||||
# we use maven!
|
||||
/build.xml
|
||||
|
||||
# maven
|
||||
/target
|
||||
/repo
|
||||
|
||||
# vim
|
||||
.*.sw[a-p]
|
||||
|
||||
# various other potential build files
|
||||
/build
|
||||
/bin
|
||||
/dist
|
||||
/manifest.mf
|
||||
|
||||
/world
|
||||
|
||||
# Mac filesystem dust
|
||||
*.DS_Store
|
||||
|
||||
# intellij
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
.idea/
|
||||
|
||||
# Project Stuff
|
||||
/src/main/resources/Soulbound
|
||||
|
||||
# Atlassian Stuff
|
||||
/atlassian-ide-plugin.xml
|
||||
Reference in New Issue
Block a user