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
a03f1ef6e7
expressCart
/
.gitignore
6 lines
68 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/
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
/config/settings-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