Skip to content
Permalink
Browse files

ignore vim files etc

  • Loading branch information
ftrotter committed Dec 15, 2020
1 parent e0b945b commit b6ab081b194e1cf6dc39333f52cdbab06d94fdcf
Showing with 68 additions and 0 deletions.
  1. +68 −0 .gitignore
@@ -0,0 +1,68 @@

#CareSet defaults
*.yaml
notgit/
config.php

#ignore log files
/log/*.txt
/log/*.log

#cruft blocks
.DS_Store
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.vi
*.csv
*~
*.sass-cache

# Laravel 5.5 defaults
/bootstrap/cache
/node_modules
/public/hot
/public/vendor
/resources/views/vendor
/public/storage
/storage/*.key
/vendor
/.idea
/.vagrant
Homestead.json
Homestead.yaml
tee
npm-debug.log
yarn-error.log
.env
composer.lock

#ignore vagrant
.vagrant/

#ignore local data files
*.data
data/*
data

#json auth files like from google.
*.auth.json
*.token.json

# ignore compiled python files
*.pyc


0 comments on commit b6ab081

Please sign in to comment.
You can’t perform that action at this time.