polygon-art/.gitignore

29 lines
240 B
Plaintext
Raw Permalink Normal View History

*.png
*.svg
!pool/**/*.svg
2021-04-14 21:00:48 +02:00
!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