mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Expanded .gitignore with some potential build folders and files.
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
a7fcd2be48
commit
55c3d7e57c
1 changed files with 6 additions and 0 deletions
6
paper-server/.gitignore
vendored
6
paper-server/.gitignore
vendored
|
@ -15,4 +15,10 @@
|
||||||
# vim
|
# vim
|
||||||
.*.sw[a-p]
|
.*.sw[a-p]
|
||||||
|
|
||||||
|
# various other potential build files
|
||||||
|
/build
|
||||||
|
/bin
|
||||||
|
/dist
|
||||||
|
/manifest.mf
|
||||||
|
|
||||||
/world
|
/world
|
Loading…
Reference in a new issue