customer_281/.gitignore

28 lines
474 B
Plaintext
Raw Normal View History

2023-06-25 15:04:58 +02:00
# First, ignore everything
2023-03-31 09:51:38 +02:00
*
2023-06-25 15:04:58 +02:00
# Now, whitelist anything that's a directory
!*/
# And all the file types you're interested in
!.gitignore
!.githooks/post-merge
!.githooks/post-checkout
2023-03-31 09:51:38 +02:00
!**/.gitignore
!**/.githooks/post-merge
2023-06-25 15:04:58 +02:00
!**/.githooks/post-checkout
2023-03-31 09:51:38 +02:00
2023-06-25 15:04:58 +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:51:38 +02:00