1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00
Files
nttgin-BGPalerter/.npmignore
Massimo Candela dfe8cc58d8 Debian folder necessary for installing BGPalerter loosely following Debian guidelines
There are some aspects of this package which may not be Debian compliment.
specifically we vendor in all node dependencies.

The packaged produced will:

    create a bgpalerter use
    install systemd file
    install the binary to /usr/bin/bgpalert
    install dependencies
    install the example config files to /etc/bgpalerter/
2022-06-16 12:30:44 +02:00

29 lines
289 B
Plaintext

config.yml
prefixes.yml
groups.yml
.idea/
node_modules/
bin/
build/
src/
logs/
.DS_Store
bgpalerter.pid
alertdata/
.npmrc
.cache/
volumetests/
tests/
Dockerfile
.travis.yml
docs/
prefixes.yml.example
config.yml.example
build.sh
index.js
.github/
.hound.yml
.eslintrc.json
.babelrc
debian/