Skip to content

Commit

Permalink
Remove Generated Files
Browse files Browse the repository at this point in the history
*Update .gitignore to remove generated files in .idea folder.
  • Loading branch information
rayliverified committed Jun 23, 2017
1 parent b7ea049 commit 1d61b28
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 178 deletions.
44 changes: 38 additions & 6 deletions .gitignore
@@ -1,8 +1,40 @@
# Built application files
build/*
*/app.iml

# Crashlytics configuations
com_crashlytics_export_strings.xml

# Local configuration file (sdk path, etc)
local.properties

# Gradle generated files
.gradle/

# Signing files
.signing/

# User-specific configurations
.idea/*
.idea/libraries/
.idea/workspace.xml
.idea/tasks.xml
.idea/.name
.idea/compiler.xml
.idea/copyright/profiles_settings.xml
.idea/encodings.xml
.idea/misc.xml
.idea/modules.xml
.idea/scopes/scope_settings.xml
.idea/vcs.xml
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
captures/*

# OS-specific files
.DS_Store
/build
/captures
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

21 changes: 0 additions & 21 deletions .idea/compiler.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

20 changes: 0 additions & 20 deletions .idea/gradle.xml

This file was deleted.

99 changes: 0 additions & 99 deletions .idea/misc.xml

This file was deleted.

10 changes: 0 additions & 10 deletions .idea/modules.xml

This file was deleted.

12 changes: 0 additions & 12 deletions .idea/runConfigurations.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit 1d61b28

Please sign in to comment.