Added my snippets and current settings on Linux

This commit is contained in:
2021-06-22 08:51:26 -06:00
commit 51bd3c9c6e
13 changed files with 569 additions and 0 deletions

View File

@ -0,0 +1,43 @@
<snippet>
<content><![CDATA[
### Project Specific
# Files
.env
.env.backup
.phpunit.result.cache
docker-compose.override.yml
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/storage/*.key
# Directories
/node_modules
/public/hot
/public/storage
/vendor
### Editor Specific
# Files
${1:*}.sublime-project
${1:*}.sublime-workspace
# Directories
.idea
.vscode
### System Specific
# Files
.DS_Store
Thumbs.db
# Directories
__MACOSX
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>gitig</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>