Browse Source

chore: drop dangling .env.example references (file no longer exists)

windhamdavid 5 days ago
parent
commit
1f3c994374
2 changed files with 2 additions and 3 deletions
  1. 0 1
      .gitignore
  2. 2 2
      .npmrc.example

+ 0 - 1
.gitignore

@@ -18,4 +18,3 @@ build/
 .vscode/
 .vscode/
 
 
 _claude/scratch/
 _claude/scratch/
-!.env.example

+ 2 - 2
.npmrc.example

@@ -1,6 +1,6 @@
 ; Template for .npmrc (which is GITIGNORED — never commit the real one).
 ; Template for .npmrc (which is GITIGNORED — never commit the real one).
-; Copy to .npmrc, then keep the token in .env (gitignored):
-;   cp .env.example .env   # then set FONTAWESOME_NPM_TOKEN=...
+; Copy to .npmrc, then keep the token in a gitignored .env file:
+;   echo 'FONTAWESOME_NPM_TOKEN=your-fa-pro-token' > .env
 ; The ${FONTAWESOME_NPM_TOKEN} ref below reads it. `npm run kit:update` loads
 ; The ${FONTAWESOME_NPM_TOKEN} ref below reads it. `npm run kit:update` loads
 ; .env before pulling the kit; for other npm commands, `set -a; . ./.env; set +a`
 ; .env before pulling the kit; for other npm commands, `set -a; . ./.env; set +a`
 ; first, or export it in your shell. (Or paste the raw token after `_authToken=`
 ; first, or export it in your shell. (Or paste the raw token after `_authToken=`