diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 25 |
1 files changed, 1 insertions, 24 deletions
@@ -1,17 +1,6 @@ -# User-specific stuff +# IntelliJ user-specific stuff .idea/ - *.iml -*.ipr -*.iws - -# IntelliJ -out/ -# mpeltonen/sbt-idea plugin -.idea_modules/ - -# JIRA plugin -atlassian-ide-plugin.xml # Compiled class file *.class @@ -19,14 +8,8 @@ atlassian-ide-plugin.xml # Log file *.log -# BlueJ files -*.ctxt - # Package Files *.jar -*.war -*.nar -*.ear *.zip *.tar.gz *.rar @@ -104,12 +87,6 @@ $RECYCLE.BIN/ .gradle build/ -# Ignore Gradle GUI config -gradle-app.setting - -# Cache of project -.gradletasknamecache - # Gradle Patch **/build/ |