mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
Ignore Lock files, env and logs
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -17,9 +17,15 @@ client/dev/**/*.css
|
|||||||
client/dev/**/*.js
|
client/dev/**/*.js
|
||||||
client/dev/**/*.map
|
client/dev/**/*.map
|
||||||
!client/dev/config.js
|
!client/dev/config.js
|
||||||
|
|
||||||
client/dist/**/*
|
client/dist/**/*
|
||||||
|
|
||||||
.env
|
# Logs
|
||||||
**.log
|
**.log
|
||||||
|
|
||||||
|
# Generated package version files
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# Environmental Variables
|
||||||
|
.env
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user