forked from albinvinoy/GoOut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
34 lines (33 loc) · 810 Bytes
/
.gitignore
File metadata and controls
34 lines (33 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
/GoOut/.vs/GoOut/v14
/GoOut/bin
/GoOut/GoOut/__pycache__
/GoOut/obj/Debug
/GoOut/app/migrations/__pycache__
/GoOut/app/__pycache__
/GoOut/web.debug.config
/GoOut/web.config
/GoOut/app/migrations
/GoOut/app/__init__.pyc
/GoOut/app/views.pyc
/GoOut/app/models.pyc
/GoOut/app/forms.pyc
/GoOut/env
/GoOut/app.yaml~
/app.yaml~
*.pyc
/GoOut/obj/Release
*.dockerignore
*.py
/GoOut/source-contexts.json
/GoOut/source-context.json
/GoOut/static
/GoOut/settings.ini
*.DS_Store
*.GoOut.pyproj
/GoOut/.vs/config
*.gitignore~
*.py~
/GoOut/lib