mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
add some git ingnored files
This commit is contained in:
parent
086db49c07
commit
2ef42faf40
16 changed files with 24 additions and 1 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -4,8 +4,16 @@
|
|||
/out/
|
||||
.lastDeploymentsId
|
||||
|
||||
#nms submodule build directory ignored
|
||||
#nms & impl submodule build directory ignored
|
||||
/nms/build
|
||||
/nms/.gradle
|
||||
/nms/*/build
|
||||
/nms/*/.gradle
|
||||
/impl/build
|
||||
/impl/.gradle
|
||||
/impl/*/build
|
||||
/impl/*/.gradle
|
||||
|
||||
# other random folders
|
||||
/htmlReport
|
||||
/.kotlin/errors
|
||||
Loading…
Add table
Add a link
Reference in a new issue