Skip to content

Commit

Permalink
Modify .gitignore to exclude .idea/ files from versioning (& untrack …
Browse files Browse the repository at this point in the history
….idea/misc.xml)
  • Loading branch information
vaibhav committed Jan 14, 2018
1 parent 79cf315 commit f4e66a6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 35 deletions.
22 changes: 20 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,27 @@
*.iml
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build
/captures
.externalNativeBuild

# User-specific configurations
.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/dictionaries
.idea/vcs.xml
.idea/jsLibraryMappings.xml
.idea/datasources.xml
.idea/dataSources.ids
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
33 changes: 0 additions & 33 deletions .idea/misc.xml

This file was deleted.

0 comments on commit f4e66a6

Please sign in to comment.