-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.gitignore
25 lines (21 loc) · 1.02 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
########################################################################################
# Hide any database files that contain the database connection strings
########################################################################################
/src/Database/Uoft Database.dbmdl
/src/Database/Uoft Database.jfm
/src/Database/Uoft Database.jfm
/src/Database/Uoft Database.jfm
/src/Database/Uoft Database_1.publish.xml
/src/Database/Uoft Database_2.publish.xml
/src/Database/Uoft Database.sqlproj.user
/src/Data Models/Uoft.dbml
/src/Web Scrapper/UofT.dbml
########################################################################################
# Hide all the bin files in each project
########################################################################################
/src/*/bin/**/*
########################################################################################
# Hide all the obj files in each project
########################################################################################
/src/*/obj/**/*
/src/vs/*