Skip to content

Commit

Permalink
Merge pull request #2032 from alphagov/tidy-gitignore
Browse files Browse the repository at this point in the history
gitignore: Remove system files that should be in ~/.gitignore_global
  • Loading branch information
Issy Long authored Feb 7, 2020
2 parents 5719528 + b24a94f commit 7ec7903
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 7ec7903

Please sign in to comment.