wip: dir organisation, script cleanup

This commit is contained in:
Andrejus
2021-04-09 22:04:33 +01:00
parent 576c73352c
commit 18689abd73
59 changed files with 508 additions and 647 deletions

14
.gitignore vendored
View File

@@ -1,11 +1,11 @@
# install artefacts
**/tmp
**/logs
**/*.deb
# custom functions
!files/.config/fish/functions/nvm.fish
# install artefacts
tmp
logs/*
**/*.deb
# setup files
**/plugged
**/autoload
@@ -21,10 +21,6 @@ logs/*
**/firebase
**/pypoetry
# pytest
**/__pycache__
**/.pytest_cache
# ssh env
**/id_rsa*
**/known_hosts*