mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 03:29:23 +00:00
9063c27cd2
Some checks are pending
MacOS - x64 DMG Build / build (20) (push) Waiting to run
Lint Test / build (20) (push) Waiting to run
Linux - AppImage Build / build (20) (push) Waiting to run
Linux - x86_64 RPM Build / build (20) (push) Waiting to run
Linux - x64 DEB Build / build (20) (push) Waiting to run
MacOS Build / build (20) (push) Waiting to run
Windows Build / build (20) (push) Waiting to run
55 lines
700 B
Text
55 lines
700 B
Text
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
/app-builds
|
|
/release
|
|
main.js
|
|
src/**/*.js
|
|
app/auto-launch/**/*.js
|
|
app/process/**/*.js
|
|
app/utils/**/*.js
|
|
*.js.map
|
|
|
|
# dependencies
|
|
node_modules
|
|
|
|
# IDEs and editors
|
|
.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.angular/cache
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
testem.log
|
|
/typings
|
|
|
|
# e2e
|
|
/e2e/*.js
|
|
!/e2e/protractor.conf.js
|
|
/e2e/*.map
|
|
/e2e/tracing
|
|
/e2e/screenshots
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.nx
|