-
-
Save bennadel/4c7bebd946a9f5ab3ff207cfa376521e to your computer and use it in GitHub Desktop.
Collocating My .gitignore Configuration Files With The Omitted Files
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
# The scribble folder is a place to put random scripts that don't get committed to the | |
# source control. This is a good place to experiment with ideas and to keep small | |
# utilities that are helpful to you but which are not helpful to others. That said, it | |
# runs as part of the application context and has access to the Injector. | |
# Ignore all files and folders in this directory. | |
* | |
# ... except for the gitignore file itself. | |
!.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment