mirror of
https://codeberg.org/vlw/functionflags.git
synced 2025-09-13 19:03:41 +02:00
48 lines
656 B
Text
48 lines
656 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
|
|
|
|
# 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
|
|
# Sass preprocessor
|
|
.sass-cache/
|