generated from alecodes/base-template
chore: rust project initialization
This commit is contained in:
parent
f3bba33088
commit
9741df29e3
6 changed files with 24 additions and 14 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,18 +1,9 @@
|
|||
# ---> VirtualEnv
|
||||
# Virtualenv
|
||||
# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
|
||||
.Python
|
||||
[Bb]in
|
||||
[Ii]nclude
|
||||
[Ll]ib
|
||||
[Ll]ib64
|
||||
[Ll]ocal
|
||||
[Ss]cripts
|
||||
pyvenv.cfg
|
||||
.venv
|
||||
pip-selfcheck.json
|
||||
|
||||
# ---> GPG
|
||||
secring.*
|
||||
|
||||
|
||||
|
||||
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue