Skip to content

Commit

Permalink
Merge pull request #1 from Sapiosonic/update_gitignore
Browse files Browse the repository at this point in the history
.gitignore: add .bak and .sqlite3
  • Loading branch information
Sapiosonic authored Apr 25, 2024
2 parents 7af22e2 + 8e16362 commit 1ce09ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,9 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

# Text backup files
*.bak

# Database
*.sqlite3

0 comments on commit 1ce09ba

Please sign in to comment.