Skip to content

Commit

Permalink
Improved: gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Dec 13, 2023
1 parent 8dd307b commit 66e6c8b
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
.DS_Store
node_modules
/dist


# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
Expand All @@ -21,5 +14,22 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
/.ionic
/.sass-cache
/.sourcemaps
/.versions
/coverage
/dist
/node_modules
/platforms
/plugins
/www
/lib
.firebase/*

.history

# env files except example env
.env
.env.*
!.env.example

0 comments on commit 66e6c8b

Please sign in to comment.