updated .gitignore
This commit is contained in:
parent
9a59c6adc1
commit
1795e81b4e
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -13,6 +13,12 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.Rproj.user
|
.Rproj.user
|
||||||
|
|
||||||
|
/laravel_app/public/*
|
||||||
|
!/laravel_app/public/.htaccess
|
||||||
|
!/laravel_app/public/index.php
|
||||||
|
!/laravel_app/public/robots.txt
|
||||||
|
|
||||||
|
|
||||||
# Data and output files
|
# Data and output files
|
||||||
*.tif
|
*.tif
|
||||||
*.csv
|
*.csv
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue