forked from msrd0/mkalpiimg
initial commit
This commit is contained in:
commit
ddc990b522
13 changed files with 1679 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
# 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
|
Loading…
Add table
Add a link
Reference in a new issue