mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 02:11:26 +08:00
Optimize project structure, add log4j2.
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -2,9 +2,25 @@
|
||||
*.class
|
||||
|
||||
# Generated files
|
||||
bin/
|
||||
gen/
|
||||
out/
|
||||
/gen/
|
||||
/Library/gen/
|
||||
/Student/gen/
|
||||
/Teacher/gen/
|
||||
|
||||
# build
|
||||
/build/
|
||||
/Library/build/
|
||||
/Student/build/
|
||||
/Teacher/build/
|
||||
|
||||
# idea
|
||||
/out/
|
||||
/Library/out/
|
||||
/Student/out/
|
||||
/Teacher/out/
|
||||
|
||||
# log
|
||||
/**/logs/
|
||||
|
||||
# Version control
|
||||
vcs.xml
|
||||
Reference in New Issue
Block a user