mirror of
https://github.com/ipverse/country-ip-blocks.git
synced 2026-04-21 16:14:53 +08:00
Update .gitignore
This commit is contained in:
36
.gitignore
vendored
36
.gitignore
vendored
@@ -1,17 +1,37 @@
|
||||
# IntelliJ IDEA
|
||||
# IDE
|
||||
.idea/
|
||||
*.iml
|
||||
*.ipr
|
||||
*.iws
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Agentic AI
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
vendor/
|
||||
/compare
|
||||
|
||||
# Environment
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# AI Assistants
|
||||
AGENTS.md
|
||||
.claude/
|
||||
.opencode/
|
||||
.cursor/
|
||||
.copilot/
|
||||
.aider*
|
||||
.codeium/
|
||||
.continue/
|
||||
.copilot/
|
||||
.windsurf/
|
||||
.roo/
|
||||
.augment*/
|
||||
.codex/
|
||||
.gemini/
|
||||
|
||||
Reference in New Issue
Block a user