-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add .env.local to gitignore, file reorg
- Loading branch information
Showing
2 changed files
with
20 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
# system | ||
.DS_Store | ||
.vscode | ||
!**/.gitkeep | ||
|
||
# env files | ||
.env | ||
.env.local | ||
|
||
# app config | ||
*.config.json | ||
|
||
# local files | ||
node_modules/ | ||
config.json | ||
|
||
# storage | ||
|
||
clients.txt | ||
banned.txt | ||
/products | ||
/symbols | ||
data/* | ||
.DS_Store | ||
.vscode | ||
!**/.gitkeep | ||
*.config.json | ||
persistence.json | ||
coinalize.key | ||
events.log | ||
.env | ||
|
||
# 3rd party | ||
coinalize.key |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters