28 lines
240 B
Text
28 lines
240 B
Text
*.png
|
|
*.svg
|
|
!pool/**/*.svg
|
|
!images/**/*.png
|
|
|
|
.idea
|
|
|
|
# ---> Rust
|
|
# Compiled files
|
|
*.o
|
|
*.so
|
|
*.rli
|
|
*.dll
|
|
|
|
# Executables
|
|
*.exe
|
|
|
|
# Generated by Cargo
|
|
/target/
|
|
|
|
|
|
|
|
#Added by cargo
|
|
#
|
|
#already existing elements are commented out
|
|
|
|
/target
|
|
**/*.rs.bk
|