Skip to content
Snippets Groups Projects
Commit a01af99a authored by Sebastien's avatar Sebastien
Browse files

ignore projects directories in legacy directory and ignore cookies.txt file

parent afea3b77
No related branches found
No related tags found
1 merge request!35Fix gitignore
Pipeline #689 passed
......@@ -35,6 +35,10 @@ yarn-error.log
.*.sw?
mysql
log
/legacy/*
.env
public/cookies.txt
\ No newline at end of file
# Ignore project directories created within legacy directory
/legacy/[0-9a-fA-F]*-[0-9a-fA-F]*-[0-9a-fA-F]*-[0-9a-fA-F]*
# Ignore cookie file for debug
**/cookies.txt
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment