-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56d4808
commit f051b69
Showing
1 changed file
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,67 @@ | ||
# General # | ||
########### | ||
*.log | ||
*.tmp | ||
*.bak | ||
|
||
# Editor backups and configuration # | ||
#################################### | ||
*~ | ||
*.swp | ||
*.swo | ||
.vscode/ # Visual Studio Code workspace files | ||
.idea/ # JetBrains IDE workspace files | ||
*.sublime-workspace # Sublime Text workspace files | ||
|
||
# Python virtual environments # | ||
############################### | ||
venv/ | ||
*.pyc | ||
|
||
# Compiled source # | ||
################### | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.so | ||
|
||
# Packages # | ||
############ | ||
# it's better to unpack these files and commit the raw source | ||
# git-lfs is used for versioning large files; do not track them directly | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Logs and databases # | ||
###################### | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
# OS generated files # | ||
###################### | ||
.DS_Store | ||
.DS_Store? | ||
._* | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
# Backup & Others # | ||
################### | ||
*.bak | ||
*.tmp | ||
*.accdb | ||
*.lnk | ||
*.xlsx | ||
*.pptx | ||
*.docx |