customer_281/.gitignore

28 lines
474 B
Plaintext
Raw Normal View History

2023-04-04 08:58:45 +02:00
# First, ignore everything
2023-03-31 09:37:10 +02:00
*
2023-04-04 08:58:45 +02:00
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in
!.gitignore
!.githooks/post-merge
2023-04-12 14:49:55 +02:00
!.githooks/post-checkout
2023-03-31 09:37:10 +02:00
!**/.gitignore
!**/.githooks/post-merge
2023-04-12 14:49:55 +02:00
!**/.githooks/post-checkout
2023-04-04 08:58:45 +02:00
## Except
!etc/atb/*
!etc/psa_config/*
!etc/psa_update/*
!etc/psa_tariff/*
!etc/dc/*.hex
!etc/dc/*.bin
!*/etc/*.ini
!*/etc/atb/*
!*/etc/psa_config/*
!*/etc/psa_update/*
!*/etc/psa_tariff/*
!*/etc/dc/*.hex
!*/etc/dc/*.bin
2023-03-31 09:37:10 +02:00