forked from bernaferrari/GradleKotlinConverter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
33 lines (27 loc) · 921 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#### IntelliJ
#
# See also https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore
#
# http://stackoverflow.com/questions/28147162/how-to-create-a-shared-editable-dictionary-for-intellij-idea-spellchecking
# Exclude IntelliJ files, they will be recreated from the build files. But keep dictionaries to have less false positives in spellcheck inspection.
/.idea/*
!/.idea/dictionaries
!/.idea/codeStyleSettings.xml
!/.idea/codeStyleConfig.xml
!/.idea/codeStyles
!/.idea/encodings.xml
# IntelliJ Idea .iml files change frequently, and IntelliJ can generated them on checkout (though it might complain a bit)
*.iml
*/*.iml
# Android location of android-sdk
/local.properties
# Android Memory Dumps
/captures
# Gradle/IntelliJ build folder
.gradle
/build
*/build
#Mac Spam
**/.DS_Store
# Git merge files, also possible to not generate them with 'git config --global mergetool.keepBackup false'
*.orig