Skip to content

Commit

Permalink
changed .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
poccix committed Apr 5, 2019
1 parent 6abc447 commit ca3b0cd
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
# Eclipse
.classpath
.project
.settings/

# Intellij
.idea/
*.iml
.gradle
/local.properties
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
*.iws

# Mac
.DS_Store
/build
/captures
.externalNativeBuild

# Maven
log/

# Gradle
.gradle/
gradle/

0 comments on commit ca3b0cd

Please sign in to comment.