-
Notifications
You must be signed in to change notification settings - Fork 109
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update files based on latest CRWA template (#103)
The CRWA templated has changed in subtle ways since this repo was initialized. This PR brings some of the files up to date.
- Loading branch information
Showing
9 changed files
with
57 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# .redwood | ||
|
||
## What is this directory? | ||
|
||
Redwood uses this `.redwood` directory to store transitory data that aids in the smooth and convenient operation of your Redwood project. | ||
|
||
## Do I need to do anything with this directory? | ||
|
||
No. You shouldn't have to create, edit or delete anything in this directory in your day-to-day work with Redwood. | ||
|
||
You don't need to commit any other contents of this directory to your version control system. It's ignored by default. | ||
|
||
## What's in this directory? | ||
|
||
### Files | ||
|
||
| Name | Description | | ||
| :---------------- | :------- | | ||
| commandCache.json | This file contains mappings to assist the Redwood CLI in efficiently executing commands. | | ||
| schema.graphql | This is the GraphQL schema which has been automatically generated from your Redwood project. | | ||
| studio.db | The sqlite database used by the experimental `rw exp studio` feature. | | ||
| telemetry.txt | Contains a unique ID used for telemetry. This value is rotated every 24 hours to protect your project's anonymity. | | ||
| test.db | The sqlite database used when running tests. | | ||
|
||
### Directories | ||
|
||
| Name | Description | | ||
| :---------- | :------- | | ||
| locks | Stores temporary files that Redwood uses to keep track of the execution of async/background tasks between processes. | | ||
| logs | Stores log files for background tasks such as update checking. | | ||
| prebuild | Stores transpiled JavaScript that is generated as part of Redwood's build process. | | ||
| telemetry | Stores the recent telemetry that the Redwood CLI has generated. You may inspect these files to see everything Redwood is anonymously collecting. | | ||
| types | Stores the results of type generation. | | ||
| updateCheck | Stores a file which contains the results of checking for Redwood updates. | | ||
|
||
We try to keep this README up to date but you may, from time to time, find other files or directories in this `.redwood` directory that have not yet been documented here. This is likely nothing to worry about but feel free to let us know and we'll update this list. | ||
|
||
### Telemetry | ||
|
||
RedwoodJS collects completely anonymous telemetry data about general usage. For transparency, that data is viewable in the respective directories and files. To learn more and manage your project's settings, visit [telemetry.redwoodjs.com](https://telemetry.redwoodjs.com). | ||
|
||
### Have any questions? | ||
|
||
Feel free to reach out to us in the [RedwoodJS Community](https://community.redwoodjs.com/) forum if you have any questions. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters