update gitignore - gitattributes

pull/1/head
Franck J 3 years ago
parent 18733cb91d
commit 40261da587

4
.gitattributes vendored

@ -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

4
.gitignore vendored

@ -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…
Cancel
Save