mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 00:45:34 +00:00
67 lines
758 B
Plaintext
67 lines
758 B
Plaintext
# Compiled class file
|
|
*.class
|
|
|
|
#idea
|
|
*.idea
|
|
# Log file
|
|
*.log
|
|
|
|
# BlueJ files
|
|
*.ctxt
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.war
|
|
*.nar
|
|
*.ear
|
|
*.zip
|
|
*.tar.gz
|
|
*.rar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build/
|
|
out/
|
|
|
|
# Ignore Gradle properties
|
|
gradle.properties
|
|
|
|
# Eclipse
|
|
.project
|
|
.classpath
|
|
.settings
|
|
.metadata
|
|
.properties
|
|
bin/
|
|
tmp/
|
|
*.tmp
|
|
*.bak
|
|
*.swp
|
|
*~.nib
|
|
.loadpath
|
|
.recommenders
|
|
|
|
# VSCode
|
|
.vscode
|
|
|
|
# Grasscutter
|
|
resources/
|
|
logs/
|
|
plugins/
|
|
data/AbilityEmbryos.json
|
|
data/OpenConfig.json
|
|
GM Handbook.txt
|
|
config.json
|
|
mitmdump.exe
|
|
*.jar
|
|
!lib/*.jar
|
|
mongod.exe
|
|
/src/generated/
|
|
/*.sh |