WIP
This commit is contained in:
parent
8b7b0ce895
commit
0144b0536f
2 changed files with 19 additions and 2 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -11,3 +11,19 @@
|
|||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||
hs_err_pid*
|
||||
/target/
|
||||
# Eclipse
|
||||
.classpath
|
||||
.project
|
||||
.settings/
|
||||
|
||||
# Intellij
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
||||
# Maven
|
||||
log/
|
||||
target/
|
||||
|
|
|
|||
Loading…
Add table
editor.link_modal.header
Reference in a new issue