update gitignore - gitattributes

This commit is contained in:
Franck J 2020-04-08 17:19:13 +02:00
parent 18733cb91d
commit 40261da587
2 changed files with 6 additions and 2 deletions

4
.gitattributes vendored
View File

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

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