31 lines
261 B
Text
31 lines
261 B
Text
|
*.png
|
||
|
*.json
|
||
|
*.svg
|
||
|
!pool/**/*.svg
|
||
|
!pool/**/*.png
|
||
|
!pool/**/*.json
|
||
|
|
||
|
.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
|