commit 4fec742e354f56493cc70268aa6a80882c5324d4 Author: 502647092 Date: Fri Oct 20 11:46:09 2017 +0800 Create & Init Project... diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d6e841b --- /dev/null +++ b/.gitignore @@ -0,0 +1,40 @@ +# 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 + +/src/main/resources/cache/ \ No newline at end of file