feat : add config files

This commit is contained in:
kms
2022-09-07 23:17:37 +09:00
parent e03e4db54b
commit ae6cba152d
27 changed files with 3303 additions and 3 deletions

39
.gitignore vendored
View File

@@ -1,3 +1,38 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
/dist
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
#System Files
.DS_Store
Thumbs.db
#log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# spring boot
HELP.md
.gradle
build/
@@ -7,9 +42,7 @@ build/
### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
@@ -34,4 +67,4 @@ out/
/.nb-gradle/
### VS Code ###
.vscode/
.vscode/