-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
30 lines (29 loc) · 951 Bytes
/
.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
25
26
27
28
29
30
################################################################################
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
################################################################################
*.suo
/.vs/config/applicationhost.config
*.map
/AngularClient/bin
/AngularClient/App/MenusController.js
/AngularClient/App/app.js
/AngularClient/node_modules
/AngularClient/obj/Debug
*.user
/NodeExpress/bin
/NodeExpress/Database/MongoDb.js
/NodeExpress/Database/MongoDatabase.js
/NodeExpress/Database/MenuManager.js
/NodeExpress/Database/ManagerFactory.js
/NodeExpress/Database/Manager.js
/NodeExpress/Logic/LogicFactory.js
/NodeExpress/Logic/LocationLogic.js
/NodeExpress/Model/Menu.js
/NodeExpress/Model/Category.js
/NodeExpress/node_modules
/NodeExpress/obj/Debug
/NodeExpress/routes/index.js
*.dat
/NodeExpress/Configuration.js
/NodeExpress/config.js
/NodeExpress/app.js