forked from vanilla/vanilla
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
97 lines (97 loc) · 1.67 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
89
90
91
92
93
94
95
96
97
/applications/*
!/applications/conversations/
!/applications/dashboard/
!/applications/vanilla/
/build/*
!/build/.storybook
!/build/entries
!/build/scripts
!/build/tsconfig.json
!/build/.htaccess
!/build/build.xml
!/build/package-include.txt
!/build/package-exclude.txt
!/build/README.md
!/build/webpack.aliases.js
/cache/*
.cache
!/cache/.htaccess
/conf/*
!/conf/.htaccess
!/conf/config-defaults.php
!/conf/constants.php
!/conf/readme.txt
/dist/*
/locales/*
!/locales/.gitkeep
/plugins/*
!/plugins/AllViewed/
!/plugins/ButtonBar/
!/plugins/Debugger/
!/plugins/editor/
!/plugins/EmojiExtender/
!/plugins/Facebook/
!/plugins/Flagging/
!/plugins/GettingStarted/
!/plugins/Gravatar/
!/plugins/GooglePlus/
!/plugins/GooglePrettify/
!/plugins/IndexPhotos/
!/plugins/HtmLawed/
!/plugins/OpenID/
!/plugins/oauth2/
!/plugins/pockets/
!/plugins/PrivateCommunity/
!/plugins/ProfileExtender/
!/plugins/Quotes/
!/plugins/recaptcha/
!/plugins/rich-editor/
!/plugins/SplitMerge/
!/plugins/StopForumSpam/
!/plugins/stubcontent/
!/plugins/swagger-ui/
!/plugins/Tagging/
!/plugins/Twitter/
!/plugins/vanillaconnect/
!/plugins/VanillaStats/
!/plugins/VanillaInThisDiscussion/
!/plugins/vanillicon/
/themes/*
!/themes/2011Compatibility/
!/themes/EmbedFriendly/
!/themes/bittersweet/
!/themes/default/
!/themes/mobile/
!/themes/theme-boilerplate/
!/themes/keystone/
!/themes/theme-api-test/
/uploads/*
!/uploads/.gitkeep
*vanillaforums*
*.kpf
.DS_Store
.htaccess
Thumbs.db
*.swp
_notes
*/_archive/*
~*
composer-local.json
/.htaccess
.project
.settings
.buildpath
.idea/*
.vscode
.awcache
/nbproject/
/vendor/
node_modules/
bower_components/
npm-debug.log
/tests/cache/
/cgi-bin/
phpunit.xml
yarn-error.log
git-diff.txt
phpcs-diff.json