Skip to content

Commit

Permalink
add note on dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Nov 7, 2023
1 parent 8ae6425 commit e4a9526
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions static/code/stackblitz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ This directory contains the source files for generating the individual framework
| `main.js` | Initializes Ionic Vue and imports global styles. |
| `package.json` | Project specific dependencies to create an example with Vite. |
| `vite.config.js` | Vite configuration file. |


## Dotfiles

Dotfiles must be saved without the dot otherwise they will not be fetched correctly. However, when creating the StackBlitz project the dot can be used.

For example, if you had an `.eslintrc.js` file you would save it as `eslintrc.js` in this repo. When creating the StackBlitz project the contents of that file can then be saved as `.eslintrc.js`

0 comments on commit e4a9526

Please sign in to comment.