forked from marlycormar/imagemap
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
additional updates as part of refactor
- Loading branch information
Showing
3 changed files
with
124 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# IDE project files for IntelliJ - it tends to generate lots of files depending | ||
# on your exact version, which plugins are installed, etc., so ignore everything | ||
# except for a vetted list of things we want. In particular, we want code | ||
# formatting style (which needs to match the checkstyle Maven configuration). | ||
/.idea/* | ||
|
||
# Don't want any encryption keys in version control | ||
*.jks | ||
*.jceks | ||
*.pkcs12 | ||
*.pk12 | ||
*.pem | ||
*.pfx | ||
|
||
# Operating system garbage | ||
.DS_Store | ||
[Tt]humbs.db | ||
|
||
# Emacs backup files | ||
*~ | ||
|
||
/vendor/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters