Skip to content

Commit

Permalink
gitignore update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRoehm committed Aug 18, 2023
1 parent 51c3f4a commit 1fbb5f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#sec
.env
backend/appsettings.json
backend/Database.*
yarn.lock

# Logs
logs
Expand Down Expand Up @@ -307,3 +304,6 @@ __pycache__/
# tools/

# End of https://www.toptal.com/developers/gitignore/api/aspnetcore
backend/data/Database.db
backend/data/Database.db-shm
backend/data/Database.db-wal

0 comments on commit 1fbb5f3

Please sign in to comment.