mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
chore: update .gitignore to exclude temp and system files
This commit is contained in:
29
.gitignore
vendored
29
.gitignore
vendored
@ -1,2 +1,27 @@
|
||||
_site
|
||||
.sass-cache
|
||||
_site/
|
||||
.sass-cache/
|
||||
|
||||
.jekyll-cache/
|
||||
.jekyll-metadata
|
||||
|
||||
# Ignore dependencies
|
||||
vendor/
|
||||
.bundle/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# Ignore system files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Ignore logs and temp files
|
||||
*.log
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Ignore by editors/IDEs
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
Reference in New Issue
Block a user