Skip to content

Commit

Permalink
Merge pull request #26 from srlearn/ide-config
Browse files Browse the repository at this point in the history
Drop IDE configs, enforce with `.gitignore` rules
  • Loading branch information
hayesall authored Jun 4, 2022
2 parents 01a1813 + ba9d07b commit f318318
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 58 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ precomputed*.txt*
*.DS_Store
*.class

# IDE Specific info
.vscode
.idea

# Recommended Ignore settings for `https://github.com/github/gitignore`: `Gradle.gitignore`
.gradle
**/build/
Expand Down
19 changes: 0 additions & 19 deletions .idea/$PRODUCT_WORKSPACE_FILE$

This file was deleted.

2 changes: 0 additions & 2 deletions .idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/codeStyles/codeStyleConfig.xml

This file was deleted.

18 changes: 0 additions & 18 deletions .idea/compiler.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/encodings.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit f318318

Please sign in to comment.