chore: add .gitignore and stage all project files
This commit is contained in:
commit
9c2b6d5aa5
45
.gitignore
vendored
Normal file
45
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
# macOS resource forks
|
||||
._*
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
.npm/
|
||||
dist/
|
||||
.next/
|
||||
.nuxt/
|
||||
|
||||
# Rust / Cargo
|
||||
target/
|
||||
|
||||
# Archives
|
||||
*.rar
|
||||
*.tar
|
||||
*.tar.gz
|
||||
*.zip
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Env files (keep example only)
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
1
Saber
Submodule
1
Saber
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 0d011335c5f3cf41303a77374f3249c01bce57b8
|
||||
1
SpringBlade
Submodule
1
SpringBlade
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 21fac8d6c3224c7a969986f8581d3303ab74ea4a
|
||||
1
blade-tool
Submodule
1
blade-tool
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 89bd158b54c7511a8908f2a34039f0197eacfd5c
|
||||
Loading…
Reference in New Issue
Block a user