8e0b928a80
Lint / lint (push) Waiting to run
- Use-Clasp.ps1: swap profil login global per akun clasp - scripts/clasp-env.ps1: wrapper satu pintu swap akun+project, guard PROD/BDN - package.json: script use:dev/prod/bdn - .gitignore: pola generik .clasp.*.json + package-lock.json (repo pakai yarn)
23 lines
281 B
Plaintext
23 lines
281 B
Plaintext
# npm
|
|
node_modules
|
|
package-lock.json # repo pakai yarn.lock, jangan commit keduanya
|
|
|
|
# clasp files
|
|
creds.json
|
|
# multi-account: token OAuth + scriptId per env, JANGAN commit
|
|
.clasprc*.json
|
|
.clasp.json
|
|
.clasp.*.json
|
|
|
|
# certs
|
|
*.pem
|
|
certs/
|
|
|
|
# build
|
|
dist/
|
|
|
|
# mac
|
|
.DS_Store
|
|
|
|
#secret
|
|
.env |