Compare commits

...

1 Commits

Author SHA1 Message Date
083e340424
Add Java files to gitignore 2020-12-15 12:17:50 +01:00

View File

@ -13,6 +13,8 @@ obj/
# Misc # Misc
.*.swp .*.swp
.#* .#*
*.*lock
*.log
.DS_Store .DS_Store
# Python # Python
.mypy_cache .mypy_cache
@ -21,7 +23,9 @@ obj/
.dir-locals.el .dir-locals.el
# Dev environment with Nix # Dev environment with Nix
.envrc .envrc
.mysql
.direnv .direnv
.mysql
# Lock files # Lock files
*.*lock # Java
*.class
*.jar