mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Add yarn log files to gitignore (#3003)
* Add yarn-error.log to gitignore * Add yarn-debug.log to gitignore
This commit is contained in:
parent
62a98a3f0e
commit
68035966fb
4
.gitignore
vendored
4
.gitignore
vendored
@ -50,6 +50,10 @@ redis
|
|||||||
# Ignore npm debug log
|
# Ignore npm debug log
|
||||||
npm-debug.log
|
npm-debug.log
|
||||||
|
|
||||||
|
# Ignore yarn log files
|
||||||
|
yarn-error.log
|
||||||
|
yarn-debug.log
|
||||||
|
|
||||||
# Ignore Docker option files
|
# Ignore Docker option files
|
||||||
docker-compose.override.yml
|
docker-compose.override.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user