Skip to content

Commit 77673f8

Browse files
committed
Excluded local project files and build output
- Updated .gitignore for project files per IntelliJ guidelines: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839-How-to-manage-projects-under-Version-Control-Systems - Eliminates spurious changes to project files from Android Studio automatic changes.
1 parent cee12a5 commit 77673f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.DS_Store
22

3-
.idea/dictionaries
3+
.idea/shelf
4+
5+
.idea/tasks.xml
6+
7+
.idea/workspace.xml
48

59
build
610

0 commit comments

Comments
 (0)