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 9e8c903 commit dd6ad16
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore_global
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<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 dd6ad16

Please sign in to comment.