ignore build folder and update documentation
This commit is contained in:
@@ -48,7 +48,7 @@ Generate HTML files from Markdown:
|
||||
```bash
|
||||
npm run build
|
||||
```
|
||||
Output files are created in the `build/` directory.
|
||||
Output files are created in the `build/` directory (ignored by git).
|
||||
|
||||
### Export Formats
|
||||
|
||||
@@ -56,13 +56,13 @@ Output files are created in the `build/` directory.
|
||||
```bash
|
||||
npm run export:pdf
|
||||
```
|
||||
Generates PDF files in the `build/` directory.
|
||||
Generates PDF files in the `build/` directory (ignored by git).
|
||||
|
||||
#### HTML Export
|
||||
```bash
|
||||
npm run export:html
|
||||
```
|
||||
Generates standalone HTML files in the `build/` directory.
|
||||
Generates standalone HTML files in the `build/` directory (ignored by git).
|
||||
|
||||
### Watch Mode
|
||||
|
||||
@@ -82,7 +82,7 @@ malta-slides-marp/
|
||||
├── assets/ # Images and media files
|
||||
├── themes/ # Custom CSS themes
|
||||
│ └── custom-theme.css # Example custom theme
|
||||
├── build/ # Generated output files
|
||||
├── build/ # Generated output files (ignored by git)
|
||||
├── node_modules/ # Dependencies
|
||||
├── package.json # Project configuration
|
||||
├── Makefile # Alternative build commands
|
||||
|
||||
Reference in New Issue
Block a user