forked from PointOfSalesSystem/EFLInventory-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
34 lines (34 loc) · 736 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
31
32
33
34
/node_modules
/web/node_modules
/web/storage/*.key
/web/vendor
/.idea
/web/.vagrant
/web/Homestead.json
/web/Homestead.yaml
/web/npm-debug.log
/web/yarn-error.log
/web/.env
/web/tests
/web/composer.phar
/web/ui-samples
/web/public/inventory
/web/public/flags
/web/app/Http/Controllers/TestController.*
/web/public/css/style.css
/web/public/css/spinners.css
/web/public/css/steps.css
/web/public/css/colors
/web/public/css/flag-icon.min.css
/web/public/js/sidebarmenu.js
/web/public/js/custom.min.js
/web/public/js/steps.js
/web/public/img/brand/Logo.psd
/web/public/img/brand/Icon.psd
/web/public/img/brand/Untitled-1.png
/web/public/img/brand/Untitled-2.png
/web/_ide_helper.php
/web/.phpstorm.meta.php
/web/.php_cs.cache
.gitmsg
/dist