Skip to content

Commit

Permalink
clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
derrickmehaffy committed Aug 26, 2022
1 parent 8ed9bfd commit c705ed7
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,8 @@ web_modules/
.yarn-integrity

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
*.env*
!*.env*.example

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down Expand Up @@ -148,9 +145,3 @@ data.db

# IDE config
.idea

v3-mongodb-v3-sql/.env.test

v3-mongodb-v3-sql/.env.pg

v3-mongodb-v3-sql/.env.sqlite

0 comments on commit c705ed7

Please sign in to comment.