Skip to content

Commit

Permalink
chore: ignore directus-config in prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
EdouardDem committed Nov 26, 2023
1 parent b695c9e commit 04b1b83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
package-lock.json
directus-config
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,14 @@ This is an example of a configuration file:
```javascript
// ./directus-sync.config.js
module.exports = {
extends: ['./directus-sync.config.base.js'],
debug: true,
directusUrl: 'https://directus.example.com',
directusToken: 'my-directus-token',
split: true,
dumpPath: './directus-config',
collectionsPath: 'collections',
snapshotPath: 'snapshot',
extends: ['./directus-sync.config.base.js'],
debug: true,
directusUrl: 'https://directus.example.com',
directusToken: 'my-directus-token',
split: true,
dumpPath: './directus-config',
collectionsPath: 'collections',
snapshotPath: 'snapshot',
};
```

Expand Down

0 comments on commit 04b1b83

Please sign in to comment.