Skip to content

Commit

Permalink
refactor: consolidate .env use
Browse files Browse the repository at this point in the history
Consolidate .gitignore config
  • Loading branch information
denis-kralj-novu committed Jun 2, 2024
1 parent 7494f8e commit 4541c3c
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fabric.properties
# Module directory
.terraform/

.env
**/.env
docker/.env
.vercel
nx-cloud.env
Expand Down
3 changes: 0 additions & 3 deletions apps/api/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down
3 changes: 0 additions & 3 deletions apps/worker/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down
4 changes: 0 additions & 4 deletions libs/dal/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down Expand Up @@ -112,4 +109,3 @@ fabric.properties

# Editor-based Rest Client
.idea/httpRequests

4 changes: 0 additions & 4 deletions libs/shared/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down Expand Up @@ -112,4 +109,3 @@ fabric.properties

# Editor-based Rest Client
.idea/httpRequests

3 changes: 0 additions & 3 deletions packages/cli-next/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down
3 changes: 0 additions & 3 deletions packages/cli/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next
### JetBrains template
Expand Down
3 changes: 0 additions & 3 deletions packages/echo/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@ node_modules
*.log*
logs

# Environment
*.env*

# Misc
.DS_Store
5 changes: 1 addition & 4 deletions packages/notification-center-vue/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ typings/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# next.js build output
.next

# Produced build files
dist
dist

0 comments on commit 4541c3c

Please sign in to comment.