Skip to content

Commit

Permalink
gitignore: Remove system files that should be in ~/.gitignore_global
Browse files Browse the repository at this point in the history
  • Loading branch information
issyl0 committed Feb 7, 2020
1 parent f50ff2b commit b24a94f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.DS_Store
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
#
# If you find yourself ignoring temporary files generated by your text editor
# or operating system, you probably want to add a global ignore instead:
# git config --global core.excludesfile '~/.gitignore_global'

tmp/*
log/*.log
public/static/
.idea
.bundle

0 comments on commit b24a94f

Please sign in to comment.