Last active
April 14, 2017 08:15
-
-
Save hobbes3/c9317f95e89d7603a6f9 to your computer and use it in GitHub Desktop.
gitignore git splunk etc
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
/* | |
!.gitignore | |
!deployment-apps/ | |
!master-apps/ | |
!apps/ | |
apps/*/* | |
!apps/*/local/ | |
apps/*/local/* | |
!apps/*/local/serverclass.conf | |
!system/ | |
system/* | |
!system/local/ | |
system/local/* | |
!system/local/serverclass.conf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment