adata/.gitignore
1nchaos a81b4a28a8 add
east concept
2023-08-04 01:19:58 +08:00

51 lines
490 B
Plaintext

HELP.md
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**
!**/src/test/**
### node js ###
node_modules
.temp
.cache
!.vuepress
docs/.vuepress/dist
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
### VS Code ###
.vscode/
### python ##
__pycache__
#Mac
.DS_Store
.svn
*.zip
/adata.egg-info
/venv
.html