Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
OSMeteor committed Mar 27, 2022
1 parent 2459bc2 commit 1f3e73e
Show file tree
Hide file tree
Showing 3 changed files with 573 additions and 514 deletions.
53 changes: 53 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
### Node template
# Logs
*.tmp
docs/_book
logs
.vscode/*
*.log
npm-debug.log*
coverage
# Runtime data
pids
*.pid
*.seed
/utils/queue/nutsdb

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# nyc test coverage
.nyc_output

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules
jspm_packages

# Optional npm cache directory
.npm

# Optional REPL history
.node_repl_history


# intellij config
.idea
*.iml
log/
data/
vendor/



2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
golang.org/x/text v0.3.2 // indirect
google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03 // indirect
google.golang.org/grpc v1.19.0
github.com/OSMeteor/firetower v0.4.23
github.com/OSMeteor/firetower v0.4.24
)

go 1.13
Loading

0 comments on commit 1f3e73e

Please sign in to comment.