expressive/.gitignore

17 lines
112 B
Plaintext
Raw Normal View History

2016-11-17 00:12:26 +08:00
.DS_Store
*~
*#
*.o
*.so
*.swp
*.dylib
*.dSYM
*.dll
*.rlib
*.dummy
*.exe
*-test
target/
Cargo.lock
2017-12-07 07:24:12 +08:00
.vscode
2018-01-17 07:59:43 +08:00
.idea