polygon-art/.gitignore
Ingolf Wagner 81aea71162
initial commit
that hides all the nonsense I did.
2021-04-07 08:04:29 +02:00

31 lines
261 B
Plaintext

*.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