diff options
author | Tharre <tharre3@gmail.com> | 2018-04-29 19:25:53 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2018-05-01 23:09:54 +0200 |
commit | acd6b64e494192f7c73032240029bfa53dccb362 (patch) | |
tree | 62450749e6992a9822fdc9989778c552b75b13c5 /.gitignore | |
parent | 6c9280bde87fffc3a4d7ad884b5a631ce3659367 (diff) | |
download | sepm-groupproject-acd6b64e494192f7c73032240029bfa53dccb362.tar.gz sepm-groupproject-acd6b64e494192f7c73032240029bfa53dccb362.tar.xz sepm-groupproject-acd6b64e494192f7c73032240029bfa53dccb362.zip |
Update IntelliJ configuration
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,6 +83,7 @@ buildNumber.properties ### Intellij ### .idea_modules/ *.iws +*.iml out/ ### Eclipse ### @@ -115,4 +116,4 @@ nbbuild/ dist/ nbdist/ nbactions.xml -.nb-gradle/
\ No newline at end of file +.nb-gradle/ |