(refactor): Cleaned up dotfils folder

Moved everything from a nested folder to just the top level of the repo
This commit is contained in:
Blake Ridgway 2022-09-18 12:29:20 -05:00
parent eb38291092
commit 091e5808a7
25 changed files with 9 additions and 1605 deletions

12
gitignore Executable file
View file

@ -0,0 +1,12 @@
.DS_Store
*.sw[nop]
.bundle
.env
db/*.sqlite3
log/*.log
rerun.txt
tags
!tags/
tmp/**/*
!tmp/cache/.keep
gitconfig