Skip to content

Commit cd15263

Browse files
author
Darcy Branchini
committed
.gitignore file updated to ignore temporary files generated by operating system
1 parent 0ae1c8c commit cd15263

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# See https://help.github.com/articles/ignoring-files for more about ignoring files.
2+
#
3+
# If you find yourself ignoring temporary files generated by your text editor
4+
# or operating system, you probably want to add a global ignore instead:
5+
# git config --global core.excludesfile '~/.gitignore_global'
6+
7+
# Ignore bundler config.
8+
/misc/*
9+
10+
.DS_Store

0 commit comments

Comments
 (0)