Created
July 2, 2019 04:23
-
-
Save staycreativedesign/5f4a64c187eac358290cb6ed30a01095 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Folder view configuration files | |
.DS_Store | |
# Thumbnail cache files | |
._* | |
Thumbs.db | |
# Files that might appear on external disks | |
.Spotlight-V100 | |
.Trashes | |
# Compiled Python files | |
*.pyc | |
# Compiled C++ files | |
*.out | |
# Application specific files | |
node_modules | |
.sass-cache | |
gems.tags | |
EOT | |
*.keep | |
*.cache | |
.sass-cache/* | |
*.css.map | |
# Ignore bundler config. | |
/.bundle | |
# Ignore all logfiles and tempfiles. | |
/log/* | |
/tmp/* | |
!/log/.keep | |
!/tmp/.keep | |
# Ignore Byebug command history file. | |
.byebug_history | |
tmp/* | |
# public/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment