We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36ed282 commit 8da4e83Copy full SHA for 8da4e83
fvtt.config.example.js
@@ -8,11 +8,14 @@
8
* And then you can create a system build that will be sent directly
9
* to your Foundry folder by `npm run build` or `npm run watch`
10
* 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
14
*/
15
16
const developmentOptions = {
17
systemFolderName: 'CoC7',
- userDataPath: 'PATH_TO_FOUNDRY_DATA_FOLDER_HERE'
18
+ userDataPath: 'PATH_TO_FOUNDRY_DATA_FOLDER'
19
}
20
21
export default developmentOptions
0 commit comments