zipをignore

This commit is contained in:
L7Cy 2023-08-05 17:29:59 +09:00
parent 98dd725c01
commit 01033f32f2

52
.gitignore vendored
View file

@ -1,25 +1,27 @@
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# yarn
yarn.lock
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
# vscode
.vscode
# Intellij
*.iml
.idea
# npm
node_modules
# yarn
yarn.lock
# Don't include the compiled main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json
# Exclude macOS Finder (System Explorer) View States
.DS_Store
*.zip