update gitignore - gitattributes
This commit is contained in:
parent
18733cb91d
commit
40261da587
|
@ -1,5 +1,5 @@
|
|||
# Auto detect text files and perform LF normalization
|
||||
* text=auto
|
||||
# Ignore language files
|
||||
* linguist-vendored
|
||||
*.js linguist-vendored=false
|
||||
*.css linguist-detectable=false
|
||||
*.js linguist-detectable=false
|
||||
|
|
|
@ -58,6 +58,7 @@
|
|||
/.env.local
|
||||
/.env.local.php
|
||||
/.env.*.local
|
||||
/.env.test
|
||||
/public/bundles/
|
||||
/var/
|
||||
/vendor/
|
||||
|
@ -82,3 +83,6 @@ yarn-error.log
|
|||
|
||||
# Cache (Current project)
|
||||
/var/data/*
|
||||
|
||||
# vscode
|
||||
.vscode/sftp.json
|
Loading…
Reference in New Issue