mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 11:35:51 +00:00
9e0ef89ce4
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
23 lines
228 B
Plaintext
23 lines
228 B
Plaintext
# Operating System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*~
|
|
|
|
# Editor Files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.sublime-*
|
|
|
|
# Temporary Files
|
|
*.tmp
|
|
*.bak
|
|
*.log
|
|
.cache/
|
|
|
|
# Build artifacts (if any are added in the future)
|
|
node_modules/
|
|
dist/
|
|
build/
|