forked from reactioncommerce/reaction-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (47 loc) · 731 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
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
.DS_Store
.fileStorage/
.vscode
.idea
.env*
!.env.example
.c9
*.csv
*.dat
*.gz
*.log
*.out
*.pid
*.seed
*.sublime-project
*.sublime-workspace
lib-cov
logs
node_modules
npm-debug.log
pids
results
allure-results
client/plugins.js
client/plugins.css
client/plugins.less
client/plugins.styl
client/plugins.scss
server/plugins.js
custom/client/*
!custom/client/.gitkeep
custom/server/*
!custom/server/.gitkeep
public/custom/*
!public/custom/.gitkeep
public/plugins/*
!public/plugins/.gitkeep
private/custom/*
!private/custom/.gitkeep
private/plugins/*
!private/plugins/.gitkeep
imports/plugins/custom/*
!imports/plugins/custom/.gitkeep
.reaction/config.json
coverage/*
.reaction/pluginConfig.js
docker-compose.override.yml