mirror of
https://github.com/ipverse/asn-ip.git
synced 2026-05-04 13:03:52 +05:30
Add .gitignore
This commit is contained in:
parent
c611afe246
commit
f13caf7f4c
1 changed files with 37 additions and 0 deletions
37
.gitignore
vendored
Normal file
37
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
/compare
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# AI Assistants
|
||||
AGENTS.md
|
||||
.claude/
|
||||
.opencode/
|
||||
.cursor/
|
||||
.aider*
|
||||
.codeium/
|
||||
.continue/
|
||||
.copilot/
|
||||
.windsurf/
|
||||
.roo/
|
||||
.augment*/
|
||||
.codex/
|
||||
.gemini/
|
||||
Loading…
Add table
Add a link
Reference in a new issue