初始化

This commit is contained in:
2023-06-25 13:33:19 +08:00
commit 09519252c5
5 changed files with 532 additions and 0 deletions

44
.gitignore vendored Normal file
View File

@@ -0,0 +1,44 @@
# Compiled class file
*.class
# Log file
*.log
# Test file
test.html
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.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*
.classpath
.project
.settings/
.vscode/
target/
.apt_generated/
.apt_generated_tests/
.factorypath
.DS_Store
scripts/java
scripts/*.ts
scripts/*.json
/.idea/