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
Branches
Tags
1 merge request!35Fix gitignore
Pipeline #689 passed
...@@ -35,6 +35,10 @@ yarn-error.log ...@@ -35,6 +35,10 @@ yarn-error.log
.*.sw? .*.sw?
mysql mysql
log log
/legacy/*
.env .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