mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
28 lines
280 B
Plaintext
28 lines
280 B
Plaintext
_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
|