mirror of
https://gitee.com/eolink_admin/postcat.git
synced 2024-11-30 02:37:57 +08:00
10afccb2aa
commit 14b8168933da417e6e522c78141fd956f54c56b6 Author: kungfuboy <17kungfuboy@gmail.com> Date: Sun Jan 30 22:38:40 2022 +0800 add e2e test of add_api commit e5fc3a000b0f647bfcf0536d4f18d3e343105e32 Author: kungfuboy <17kungfuboy@gmail.com> Date: Wed Jan 26 21:48:07 2022 +0800 add file about test commit b28dbfcdb306199a4a1bc68ff0c5b41b4be1f2be Author: 夜鹰 <17kungfuboy@gmail.com> Date: Wed Jan 26 16:50:52 2022 +0800 update commit de527167c93245508e8dd181423453d0e8013d2a Author: kungfuboy <17kungfuboy@gmail.com> Date: Tue Jan 25 22:07:03 2022 +0800 add log
56 lines
724 B
Plaintext
56 lines
724 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/build/SetupScripts/nim/skin.zip
|
|
/tmp
|
|
/out-tsc
|
|
/app-builds
|
|
/release
|
|
app/main.js
|
|
src/**/*.js
|
|
!src/karma.conf.js
|
|
!src/ng1/**/*.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/*.test.js
|
|
!/e2e/protractor.conf.js
|
|
/e2e/*.map
|
|
/e2e/tracing
|
|
/e2e/screenshots
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
*-lock.json
|