| Index: .gitignore |
| =================================================================== |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -1,10 +1,26 @@ |
| bin/ |
| gen/ |
| -local.properties |
| ant.properties |
| +local.properties |
| -#macOS |
| +# Gradle |
| +.gradle/ |
| +build/ |
| + |
| +# IntelliJ / Android Studio |
| +*.iml |
| +.idea/workspace.xml |
|
anton
2017/04/29 10:23:25
why not to exclude all ".idea"? there should be no
|
| +.idea/tasks.xml |
| +.idea/gradle.xml |
| +.idea/dictionaries |
| +.idea/libraries |
| + |
| +# Eclipse |
| +.settings/ |
| +proguard/ |
| + |
| +# macOS |
| .DS_Store |
| -#Linux |
| +# Linux |
| *~ |