21 lines
239 B
Text
21 lines
239 B
Text
|
# sorry but I don't need my network config public
|
||
|
setup/network.toml
|
||
|
# also other config contains like access tokens so just hide everything
|
||
|
setup/
|
||
|
|
||
|
# rust/cargo
|
||
|
/target/
|
||
|
|
||
|
# git
|
||
|
*.orig
|
||
|
|
||
|
# emacs
|
||
|
*~
|
||
|
\#*#
|
||
|
.#*#
|
||
|
|
||
|
# intellij
|
||
|
/.idea/
|
||
|
*.ipr
|
||
|
*.iml
|