初始化项目

This commit is contained in:
2026-04-21 15:52:17 +08:00
parent c1e9271d8f
commit 9e769280c8
3 changed files with 244 additions and 19 deletions

35
.gitignore vendored
View File

@@ -1,20 +1,21 @@
# ---> Actionscript
# Build and Release Folders
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
# ---> Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# https://github.com/takari/maven-wrapper#usage-without-binary-jar
.mvn/wrapper/maven-wrapper.jar
# Other files and folders
# ---> Eclipse
.settings/
.project
.classpath
# Executables
*.swf
*.air
*.ipa
*.apk
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
# should NOT be excluded as they contain compiler settings and other important
# information for Eclipse / Flash Builder.
# ---> Idea
.idea/
*.iml