Skip to content

Commit f318318

Browse files
authored
Merge pull request #26 from srlearn/ide-config
Drop IDE configs, enforce with `.gitignore` rules
2 parents 01a1813 + ba9d07b commit f318318

File tree

8 files changed

+4
-58
lines changed

8 files changed

+4
-58
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ precomputed*.txt*
1414
*.DS_Store
1515
*.class
1616

17+
# IDE Specific info
18+
.vscode
19+
.idea
20+
1721
# Recommended Ignore settings for `https://github.com/github/gitignore`: `Gradle.gitignore`
1822
.gradle
1923
**/build/

.idea/$PRODUCT_WORKSPACE_FILE$

Lines changed: 0 additions & 19 deletions
This file was deleted.

.idea/.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.idea/.name

Lines changed: 0 additions & 1 deletion
This file was deleted.

.idea/codeStyles/codeStyleConfig.xml

Lines changed: 0 additions & 5 deletions
This file was deleted.

.idea/compiler.xml

Lines changed: 0 additions & 18 deletions
This file was deleted.

.idea/encodings.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)