mirror of
https://gitee.com/lionsoul/jcseg.git
synced 2024-11-29 18:38:30 +08:00
22 lines
207 B
Plaintext
22 lines
207 B
Plaintext
bin/
|
|
/src/
|
|
*.class
|
|
classes/
|
|
doc/
|
|
help/
|
|
# lib/ #
|
|
*.jar
|
|
target/
|
|
# Binary Files #
|
|
# *.jar #
|
|
# Package Files #
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
# vim swp file #
|
|
*.swp
|
|
|
|
# for idea
|
|
.idea/
|
|
*.iml
|