mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Merge pull request #3931 from Mloc/bs12-areyouignoringme
Fix for the config .gitignore.
This commit is contained in:
@@ -4,9 +4,3 @@
|
||||
*.rsc
|
||||
*.dmb
|
||||
*.lk
|
||||
|
||||
#ignore any files in config/, except those in subdirectories.
|
||||
/config/*
|
||||
!/config/*/*
|
||||
|
||||
/baystation12.int
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
#ignore everything here, except subdirectories.
|
||||
*
|
||||
!*/
|
||||
Reference in New Issue
Block a user