Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created January 8, 2025 14:06
Show Gist options
  • Save bennadel/4c7bebd946a9f5ab3ff207cfa376521e to your computer and use it in GitHub Desktop.
Save bennadel/4c7bebd946a9f5ab3ff207cfa376521e to your computer and use it in GitHub Desktop.
Collocating My .gitignore Configuration Files With The Omitted Files
# 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