diff options
| author | Botahamec <botahamec@outlook.com> | 2021-07-08 20:32:44 -0400 |
|---|---|---|
| committer | Botahamec <botahamec@outlook.com> | 2021-07-08 20:32:44 -0400 |
| commit | 7e73782a7d51b40a558b74793c1d6c1abdea857d (patch) | |
| tree | fba843de026f20cbcca0272c4ef521a6d4ac7ef9 /.idea/vcs.xml | |
here's what i have so far
Diffstat (limited to '.idea/vcs.xml')
| -rw-r--r-- | .idea/vcs.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..89a0da2 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+ <component name="VcsDirectoryMappings">
+ <mapping directory="$PROJECT_DIR$" vcs="Git" />
+ <mapping directory="$PROJECT_DIR$/ai" vcs="Git" />
+ </component>
+</project>
\ No newline at end of file |
