pareto-anywhere
Version:
Open source IoT middleware suite that makes the data from just about anything usable. We believe in an open Internet of Things.
18 lines (15 loc) • 309 B
Plain Text
# Ignore the version control and build files
.dockerignore
.git
.gitignore
.gitmodules
.npmrc
Dockerfile
docker-compose.yml
# Ignore the local node_modules (they'll be installed during the build)
node_modules
# Ignore any local contents of the config and data folders
/config/**
!/config/
/data/**
!/data/