master > master: src - rust
This commit is contained in:
54
code/rust/.gitignore
vendored
Normal file
54
code/rust/.gitignore
vendored
Normal file
@@ -0,0 +1,54 @@
|
||||
*
|
||||
!/.gitignore
|
||||
|
||||
################################################################
|
||||
# MAIN FOLDER
|
||||
################################################################
|
||||
|
||||
!/.env
|
||||
!/Makefile
|
||||
!/README.md
|
||||
!/LICENSE
|
||||
|
||||
!/Cargo.toml
|
||||
!/Cargo.lock
|
||||
|
||||
################################################################
|
||||
# PROJECT FILES
|
||||
################################################################
|
||||
|
||||
!/src
|
||||
!/src/**/
|
||||
!/src/**/*.rs
|
||||
|
||||
!/tests
|
||||
!/tests/**/
|
||||
!/tests/**/*.rs
|
||||
|
||||
!/src
|
||||
|
||||
!/assets
|
||||
!/assets/**/
|
||||
|
||||
!/dist
|
||||
!/dist/VERSION
|
||||
|
||||
################################################################
|
||||
# AUXLIARY
|
||||
################################################################
|
||||
|
||||
/logs
|
||||
|
||||
################################################################
|
||||
# ARTEFACTS
|
||||
################################################################
|
||||
|
||||
/**/__pycache__
|
||||
/**/.DS_Store
|
||||
/**/__archive__*
|
||||
|
||||
################################################################
|
||||
# Git Keep
|
||||
################################################################
|
||||
|
||||
!/**/.gitkeep
|
||||
Reference in New Issue
Block a user