Skip to content

Commit

Permalink
Create .gitignore_global
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunyuPCY authored Aug 24, 2019
1 parent bb0838d commit be4336a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ~/.gitignore_global
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<span style="font-size: small;"># Compiled source #
###################
*.idea

# Logs and databases #
######################
*.log
*.sql
*.sqlite

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
</span>

0 comments on commit be4336a

Please sign in to comment.