NEW RELEASE

This commit is contained in:
root
2026-07-04 14:25:02 +00:00
parent 1effe704f1
commit d92a0dc412
9 changed files with 3392 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# --- System / shell files (root home directory ki wajah se) ---
.bash_history
.bashrc
.profile
.lesshst
.wget-hsts
.cloud-locale-test.skip
.Xauthority
# --- Credentials & secrets (KABHI git mein na jayen) ---
.ssh/
*.pem
*.key
*.env
.env*
# --- Caches & local data ---
.cache/
.local/
.thumbnail/
# --- Editor / IDE files ---
.vscode/
.idea/
*.swp
*.swo
# --- OS files ---
.DS_Store
Thumbs.db
# --- Node (agar future mein npm use ho) ---
node_modules/
npm-debug.log*
# --- Logs & backups ---
*.log
*.bak
*~