This repository has been archived on 2025-01-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
toco-module-template/template/.gitignore
2024-07-17 22:51:30 +08:00

30 lines
230 B
Plaintext

## java
bin/
classes/
## eclipse
.settings/
.classpath
.project
## idea
*.iml
.idea/
HELP.md
!.idea/dataSources.xml
## vscode
.vscode/
.factorypath
## maven:
target/
test-output/
mvnw
mvnw.cmd
## system
.DS_Store
logs/
*.log