-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy path.gitignore
88 lines (81 loc) · 1.37 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/.history
launch.json
/node_modules
/public/altrp-plugins/
/public/hot
/public/storage
/server-dist
/storage/*.key
/storage/document
storage/tmp/
Makefile
/vendor
.env
.env.backup
.phpunit.result.cache
Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
/nbproject
.idea
storage/installed
s.sql
modules_statuses.json
.babelrc
# IDE helpers
/config/ide-helper.php
.phpstorm.meta.php
_ide_helper.php
.vscode
# Altrp User Activity
/database/altrp_migrations
/app/AltrpModels
/app/Events/AltrpEvents
/app/Http/Controllers/AltrpControllers
/app/Repositories/AltrpRepositories
/app/Http/Requests/AltrpRequests
/app/Providers/AltrpRepositoryServiceProvider.php
/app/Observers/AltrpObservers
/app/Providers/AltrpProviders
/routes/AltrpRoutes.php
/routes/AltrpApiRoutes.php
/routes/AltrpCustomRoutes.php
/routes/AltrpChannels.php
/routes/page_routes.php
/out
/app/Plugins/*/
/app/AltrpPlugins/*/
/Modules
/app/Plugins/plugins.json
public/modules/
/config/telebot.php
webpack.editor.common.js
webpack.front.common.js
#bundles
public/modules/admin
public/favicon.ico
public/modules/front-app
public/modules/editor
public/modules/reports
public/modules/reports-new
yarn.lock
*.conf
rootCA.crt
rootCA.key
rootCA.srl
server.crt
server.csr
server.key
dhparam.pem
#files
/public/sitemap.xml
/public/robots.txt
/AltrpObservers/
/Controllers/
/Entities/
/test.js
/test.css
/test.scss
/test.html
/test.log