comparison .hgignore @ 499:5b7a4327f6c0

Recommend using .env.local instead of copying .env.sample See https://cli.vuejs.org/guide/mode-and-env.html#local-only-variables.
author Tom Gottfried <tom@intevation.de>
date Fri, 24 Aug 2018 15:14:10 +0200
parents f9b6f5a2aaa9
children ef7f56d326ae
comparison
equal deleted inserted replaced
497:6fbd5b83ae04 499:5b7a4327f6c0
71 *.tgz 71 *.tgz
72 72
73 # Yarn Integrity file 73 # Yarn Integrity file
74 .yarn-integrity 74 .yarn-integrity
75 75
76 # dotenv environment variables file 76 # local dotenv environment variables file
77 .env 77 .env.local
78 78
79 ### Vim ### 79 ### Vim ###
80 # swap 80 # swap
81 .sw[a-p] 81 .sw[a-p]
82 .*.sw[a-p] 82 .*.sw[a-p]