Consolidate and Optimize .gitignore Files (#2838)

* Update .gitignore
This commit is contained in:
Pk-web6936 2025-03-30 08:02:42 +03:30 committed by GitHub
parent fec9b25248
commit 7c58bcbb46
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

35
.gitignore vendored
View file

@ -1,16 +1,39 @@
.idea
.vscode
.cache
# Ignore editor and IDE settings
.idea/
.vscode/
.cache/
.sync*
*.tar.gz
# Ignore log files
*.log
access.log
error.log
tmp
main
# Ignore temporary files
tmp/
*.tar.gz
# Ignore build and distribution directories
backup/
bin/
dist/
release/
node_modules/
# Ignore compiled binaries
main
# Ignore script and executable files
/release.sh
/x-ui
# Ignore OS specific files
.DS_Store
Thumbs.db
# Ignore Go specific files
*.exe
*.exe~
# Ignore Docker specific files
docker-compose.override.yml