Skip to content

Commit

Permalink
chore: add .env.local to gitignore, file reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
adeacetis authored and Tucsky committed Mar 6, 2024
1 parent e8f78d5 commit 7c351b5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
25 changes: 19 additions & 6 deletions .gitignore
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"express-rate-limit": "^5.1.1",
"influx": "^5.9.3",
"jsoning": "^0.13.23",

"pako": "^1.0.6",
"pm2": "^5.3.0",
"tx2": "^1.0.5",
Expand Down

0 comments on commit 7c351b5

Please sign in to comment.