Skip to content

Commit

Permalink
chore(idx): add secrets to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel29306 committed Mar 3, 2025
1 parent 606a720 commit a458249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ yarn-error.*

# local env files
.env*.local
.idx/secrets.nix

# typescript
*.tsbuildinfo
Expand Down
1 change: 1 addition & 0 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ in
# install JS dependencies from NPM
npm-install = "npm ci";
configure-git = "git config --global user.email $GIT_MAIL && git config --global user.name $GIT_USER";
install-tunnel-package = "npm i --save-dev @expo/ngrok@^4.1.0"; # Attention à ne pas l'inclure dans les commits git
};
};
};
Expand Down

0 comments on commit a458249

Please sign in to comment.