Skip to content

Commit

Permalink
feat: prevent adding of files without extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jolenechong committed Oct 23, 2023
1 parent 08c3f88 commit 44b9993
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# ignores files without extensions (avoids pushing compiled db files)
# except gitignore and license files
*
!*/
!*.*
!.gitignore
!LICENSE



# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down

0 comments on commit 44b9993

Please sign in to comment.