Skip to content

Commit

Permalink
Change .gitignore to include parts of .idea folder (#710)
Browse files Browse the repository at this point in the history
* Change .gitignore to include parts of .idea folder
* Moved to .idea folder and remove modules.xml as its sbt that will create that

#709
  • Loading branch information
SammyIsConfused authored and edalex-ian committed Jan 16, 2019
1 parent b653147 commit d8a7f5a
Show file tree
Hide file tree
Showing 9 changed files with 164 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.pyc
*.pmd
*.iml
.idea

target/
build.conf
generated.keystore
Expand Down
34 changes: 34 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/codeStyles/Project.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions .idea/sbt.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/typescript-compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d8a7f5a

Please sign in to comment.