mirror of
https://github.com/GyulyVGC/sniffnet.git
synced 2025-12-23 22:29:01 -05:00
17 lines
313 B
Plaintext
17 lines
313 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# Explicitly allow files
|
|
!src/**/*.rs
|
|
!build.rs
|
|
!Cargo.toml
|
|
!Cargo.lock
|
|
!Dockerfile
|
|
!services.txt
|
|
!resources/countries_flags/**/*.svg
|
|
!resources/DB/*.mmdb
|
|
!resources/fonts/subset/*.ttf
|
|
!resources/logos/raw/icon.png
|
|
!resources/packaging/windows/graphics/sniffnet.ico
|
|
!resources/sounds/*.mp3
|