Skip to content

Commit 8da4e83

Browse files
authored
Add hint for dealing with fvtt.config.example.js
1 parent 36ed282 commit 8da4e83

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fvtt.config.example.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
* And then you can create a system build that will be sent directly
99
* to your Foundry folder by `npm run build` or `npm run watch`
1010
* See CONTRIBUTING.md, under .github/ directory for more details
11+
* After rename `fvtt.config.example.js` to `fvtt.config.js` consider run:
12+
* `git update-index --assume-unchanged fvtt.config.example.js`
13+
* This way Git does not assume the original file has been deleted from the repository
1114
*/
1215

1316
const developmentOptions = {
1417
systemFolderName: 'CoC7',
15-
userDataPath: 'PATH_TO_FOUNDRY_DATA_FOLDER_HERE'
18+
userDataPath: 'PATH_TO_FOUNDRY_DATA_FOLDER'
1619
}
1720

1821
export default developmentOptions

0 commit comments

Comments
 (0)