katesmatthews / YACHT

Yet Another Crypto-Holdings Tracker
GNU General Public License v3.0
1 stars 0 forks source link

.gitignore #1

Open thesublimeobject opened 5 years ago

thesublimeobject commented 5 years ago

you should add some of this to your .gitignore. don't be tracking .DS_Store files, homie. :) you probably don't need all of this, but i just cut out some common ones from my typical ignore file.

# log files
*.log

# Operating system files
.Spotlight-V100
.Trashes
.DS_Store
.DS_Store?
ehthumbs.db
Thumbs.db

# sitemaps
sitemap.xml
sitemap.xml.gz

# .htaccess and any archives
.htaccess
*.tar.gz
katesmatthews commented 5 years ago

Good call, thank you! Tbh I had literally zero clue what DS_Store was until I just checked. Apparently a Mac folder thang, lol, oops :)

thesublimeobject commented 5 years ago

i seriously totally forgot i even started doing this until just now...i forget that there are some important notifications i get on github sometimes: i usually just ignore all of them and then the ones i wanted to respond to get lost for so long.

if you are working on any other projects and want some feedback keep sharing them with me! i like doing this. i know i didn't end up doing much last time, and maybe i'll keep failing, but i've been getting better at liking to code again very slowly, so maybe i won't fail every time!