mirror of
https://github.com/barkeser2002/Tenet.git
synced 2026-09-25 01:39:58 +03:00
40 lines
331 B
Plaintext
40 lines
331 B
Plaintext
# various other potential build files
|
|
/build
|
|
|
|
/projects
|
|
/plugin
|
|
/eclipse
|
|
/.gradle
|
|
/.vscode
|
|
/classes
|
|
/out
|
|
/doc
|
|
|
|
# Mac filesystem dust
|
|
.DS_Store
|
|
|
|
# intellij
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# patch
|
|
*.rej
|
|
|
|
#eclipse
|
|
**/bin
|
|
**/.settings
|
|
**/.classpath
|
|
*.project
|
|
|
|
#run
|
|
/libraries
|
|
/mods
|
|
/plugins
|
|
/logs
|
|
/config
|
|
/mohist-config
|
|
/world
|
|
*.yml
|
|
eula.txt |