Add File
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
**/target/
|
||||
**/node_modules/
|
||||
.idea
|
||||
*.iml
|
||||
.project
|
||||
.settings
|
||||
starter/**/jboot.properties
|
||||
*.jar
|
||||
*.log
|
||||
.logs
|
||||
logs
|
||||
*.iws
|
||||
*.classpath
|
||||
.DS_Store
|
||||
*.patch
|
||||
~$*
|
||||
*/*.jar
|
||||
docker_volumes/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
/docs/.vitepress/cache/
|
||||
/docs/.vitepress/dist/
|
||||
/docs/pnpm-lock.yaml
|
||||
application-dev.yml
|
||||
.flattened-pom.xml
|
||||
Reference in New Issue
Block a user