cloud-backup/.gitignore
Victor Westerlund 247e6732bf
pre-v1.0 (#1)
* wip(22w8a): add wip db and gcs client

* wip(22w8b): bootstrapping fix

* wip(22w8c): add first-run sql config

* wip(22w8d): add sqlite abstraction

* wip(22w8e): add filesystem handler

* wip(22w8f): add folder walker

* wip(22w8a): finish db writer

* wip(22w9a): add item zipper

* wip(22w9b): add gcs upload

* Create README.md

Co-authored-by: Cloud Shell <cloud-shell@victor-westerlund.iam.gserviceaccount.com>
2022-03-02 04:06:13 +01:00

52 lines
No EOL
698 B
Text

# Bootstrapping #
#################
/node_modules
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
public/robots.txt
__pycache__
*.pyc
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.directory
# Tool specific files #
#######################
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea/*
# NetBeans
nbproject/*
# Visual Studio Code
.vscode
.theia
# Sass preprocessor
.sass-cache/