This website requires JavaScript.
Explore
Help
Sign In
t1meshift
/
expressCart
mirror of
https://github.com/t1meshift/expressCart.git
Watch
1
Star
0
Fork
You've already forked expressCart
0
Code
Issues
Releases
Wiki
Activity
1584a2a173
expressCart
/
.gitignore
6 lines
61 B
Plaintext
Raw
Normal View
History
Unescape
Escape
initial commit
2018-01-07 04:55:48 +10:00
node_modules/
Added Docker support
2018-02-05 23:29:16 +10:00
data/
Starting to add ability to make admin API requests
2019-06-15 10:56:03 +10:00
/config/*-local.json
Small cart quantity fixes
2018-05-21 23:36:12 +10:00
.vscode
Allow for an ignored local settings file. Even though settings.json is in the .gitignore file git does not ignore modifications to this file. This change makes expressCart detect the existence of a file called settings-local.json. When this file exists, it will be used for reading and writing settings instead of the usual settings.json. This will help to prevent accidental leakage of user secrets.
2018-09-02 09:08:11 +10:00
**.DS_Store