forked from apostrophecms/apostrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
33 lines (28 loc) · 782 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
*.swp
package-lock.json
test/public/modules/*
test/public/css/master-*
npm-debug.log
*.DS_Store
*.npmignore
node_modules
test/node_modules
# We do not commit CSS, only LESS, with the exception of a few vendor CSS files we don't have LESS for
*/public/css/*.css
lib/modules/*/public/css/*.css
*/public/css/*.css
lib/modules/*/public/css/*.css
lib/modules/apostrophe-assets/public/css/vendor/cropper.css
lib/modules/apostrophe-assets/public/css/vendor/pikaday.css
lib/modules/apostrophe-ui/public/css/vendor/font-awesome/font-awesome.css
# Never commit a CSS map file, anywhere
*.css.map
# Dont commit test generated css
test/public/css/*.css
test/public/css/master-*.less
# Dont commit test uploads
test/public/uploads
# vim swp files
.*.sw*
# Local settings for vscode
.vscode