mirror of
https://github.com/kmc7468/arkvault.git
synced 2025-12-12 21:08:46 +00:00
.dockerignore 및 .gitignore 파일 업데이트
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.git
|
.git
|
||||||
node_modules
|
node_modules
|
||||||
|
/Makefile
|
||||||
|
|
||||||
# Output
|
# Output
|
||||||
.output
|
.output
|
||||||
@@ -16,8 +17,9 @@ node_modules
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# VSCode
|
# Editors
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/.idea
|
||||||
|
|
||||||
# Env
|
# Env
|
||||||
.env
|
.env
|
||||||
|
|||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -15,8 +15,9 @@ node_modules
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Thumbs.db
|
Thumbs.db
|
||||||
|
|
||||||
# VSCode
|
# Editors
|
||||||
/.vscode
|
/.vscode
|
||||||
|
/.idea
|
||||||
|
|
||||||
# Env
|
# Env
|
||||||
.env
|
.env
|
||||||
|
|||||||
Reference in New Issue
Block a user