diff options
author | 2022-11-30 16:19:37 +0100 | |
---|---|---|
committer | 2022-11-30 16:19:37 +0100 | |
commit | 3dc893ea21fc8506c33a98423f87fde346ceb601 (patch) | |
tree | f31d1d05a246b572d4d8f856ba41d19387637e7d | |
parent | beb95a69279d56053d1f42155ab24ed7ec37f388 (diff) | |
download | commons-page-3dc893ea21fc8506c33a98423f87fde346ceb601.tar.gz commons-page-3dc893ea21fc8506c33a98423f87fde346ceb601.zip |
Put in ignore `.idea`
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,3 +1,4 @@ -build/ -target/ -*.class
\ No newline at end of file +build +target +*.class +.idea
\ No newline at end of file |