Mercurial > public > maze-solver
changeset 6:b93cef6291db
modify gitignore
author | Dennis <denniscmartin@protonmail.com> |
---|---|
date | Sun, 16 Oct 2022 16:58:11 +0200 |
parents | 3d6399799527 |
children | a9dd80a69887 |
files | .gitignore .idea/misc.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.gitignore Sun Oct 16 16:51:53 2022 +0200 +++ b/.gitignore Sun Oct 16 16:58:11 2022 +0200 @@ -1,3 +1,5 @@ +sols + # Created by https://www.toptal.com/developers/gitignore/api/python,c,pycharm,clion,macos # Edit at https://www.toptal.com/developers/gitignore?templates=python,c,pycharm,clion,macos
--- a/.idea/misc.xml Sun Oct 16 16:51:53 2022 +0200 +++ b/.idea/misc.xml Sun Oct 16 16:58:11 2022 +0200 @@ -1,4 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" /> + <component name="CidrRootsConfiguration"> + <excludeRoots> + <file path="$PROJECT_DIR$/sols" /> + </excludeRoots> + </component> </project> \ No newline at end of file