From bf6d52d8cc30634138faefd17717f43d258311fb Mon Sep 17 00:00:00 2001 From: coding Date: Wed, 10 Jan 2018 01:57:19 +0000 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0.gitignore=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 97 +++++++++++++++++++++++++++++------------------------- 1 file changed, 53 insertions(+), 44 deletions(-) diff --git a/.gitignore b/.gitignore index 0ae363b..57d010a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,44 +1,53 @@ -# 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/ - -# ThinkPHP -vendor/ -composer.lock \ No newline at end of file +# 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 + +# Mac filesystem dust +*.DS_Store + +# intellij +*.iml +*.ipr +*.iws +.idea/ + +# Project Stuff +/src/main/resources/Soulbound + +# Atlassian Stuff +/atlassian-ide-plugin.xml + +# Eclipse +.project +.classpath +.settings + +# Visual Studio Code +.vscode + +# NodeJs PHP LOCK File +*.lock + +# PHP Vendor +vendor/ + +# Minecraft Data +/world \ No newline at end of file