Initiate
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# --- Pi Agent Specifics ---
|
||||
# Ignore local Pi caches and internal data
|
||||
.pi/
|
||||
sessions/
|
||||
pi-debug.log
|
||||
permissions.json
|
||||
|
||||
# --- Node.js / TypeScript Extensions ---
|
||||
# Ignore dependencies (Pi runs npm install on the Gitea repo automatically)
|
||||
node_modules/
|
||||
dist/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
|
||||
# --- Sensitive Data & Credentials ---
|
||||
# NEVER push these to Gitea
|
||||
auth.json
|
||||
auth.oauth.json
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# --- OS & Editor Bloat ---
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user