initial
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
**/*.rs.bk
|
||||
*.beam
|
||||
*.dump
|
||||
*.egg-info/
|
||||
*.ez
|
||||
*.swp
|
||||
*.tar
|
||||
*~
|
||||
,*
|
||||
.fetch/
|
||||
.idea/
|
||||
.vscode/
|
||||
.~lock.*
|
||||
/build/
|
||||
/cover/
|
||||
/deps/
|
||||
/dist/
|
||||
/target/
|
||||
__pycache__/
|
||||
_build/
|
Reference in New Issue
Block a user