mirror of
https://github.com/0x5t4l1n/hunting.git
synced 2026-05-26 11:35:51 +00:00
Add .gitignore for cleaner repository
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user