mirror of
https://github.com/FatttSnake/ClassroomInteraction.git
synced 2026-04-06 02:21:26 +08:00
26 lines
258 B
Plaintext
26 lines
258 B
Plaintext
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
/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 |