This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
`tree --gitignore` | |
``` | |
.{application name} | |
├── README.md | |
├── {application name}.code-workspace | |
├── firebase.json | |
├── firestore | |
│ ├── firestore.indexes.json | |
│ └── firestore.rules | |
├── functions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{"name":"require firebase-functions","ph":"X","pid":1,"ts":677949438688.236,"dur":123.68505859375},{"name":"require negotiator","ph":"X","pid":1,"ts":677949439697.249,"dur":510.1829833984375},{"name":"require ./db.json","ph":"X","pid":1,"ts":677949440860.778,"dur":2269.633056640625},{"name":"require mime-db","ph":"X","pid":1,"ts":677949440600.81,"dur":2534.323974609375},{"name":"require path","ph":"X","pid":1,"ts":677949443138.263,"dur":8.72412109375},{"name":"require mime-types","ph":"X","pid":1,"ts":677949440221.594,"dur":5437.51904296875},{"name":"require accepts","ph":"X","pid":1,"ts":677949439280.219,"dur":6404.89697265625},{"name":"require buffer","ph":"X","pid":1,"ts":677949446271.992,"dur":7.39599609375},{"name":"require safe-buffer","ph":"X","pid":1,"ts":677949445690.741,"dur":644.9849853515625},{"name":"require bytes","ph":"X","pid":1,"ts":677949446339.715,"dur":438.7769775390625},{"name":"require mime-db","ph":"X","pid":1,"ts":677949447120.357,"dur":151.22998046875},{"name":"require compressible", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" macにhomebrewでvimを入れる | |
" brew install lua | |
" brew install vim --with-lua | |
" echo 'export PATH=/usr/local/bin:/usr/bin' >> ~/.bash_profile | |
" source ~/.bash_profile | |
"========================= | |
" ショートカット | |
"========================= | |
"ctrl+eでNERDTreeを開く |