added env/ folder to gitignore
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -315,6 +315,7 @@ paket-files/
|
|||||||
# Python Tools for Visual Studio (PTVS)
|
# Python Tools for Visual Studio (PTVS)
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
env/
|
||||||
|
|
||||||
# Cake - Uncomment if you are using it
|
# Cake - Uncomment if you are using it
|
||||||
# tools/**
|
# tools/**
|
||||||
|
|||||||
@@ -39,11 +39,15 @@
|
|||||||
<InterpreterReference Include="Global|PythonCore|3.6-32" />
|
<InterpreterReference Include="Global|PythonCore|3.6-32" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Content Include=".github\workflows\main.yml" />
|
||||||
|
<Content Include=".gitignore" />
|
||||||
<Content Include="data\locationfiles\NL.txt" />
|
<Content Include="data\locationfiles\NL.txt" />
|
||||||
<Content Include="data\locationfiles\readme.txt" />
|
<Content Include="data\locationfiles\readme.txt" />
|
||||||
<Content Include="requirements.txt" />
|
<Content Include="requirements.txt" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Folder Include=".github\" />
|
||||||
|
<Folder Include=".github\workflows\" />
|
||||||
<Folder Include="data\locationfiles\" />
|
<Folder Include="data\locationfiles\" />
|
||||||
<Folder Include="models\" />
|
<Folder Include="models\" />
|
||||||
<Folder Include="data\" />
|
<Folder Include="data\" />
|
||||||
|
|||||||
Reference in New Issue
Block a user