Skip to content

Commit 9138cb6

Browse files
Suggested change: Update wording in documentation for .flutterflowignore file
Co-authored-by: Pooja Bhaumik <[email protected]>
1 parent d92180d commit 9138cb6

File tree

1 file changed

+1
-1
lines changed
  • docs/testing-deployment-publishing/exporting-code

1 file changed

+1
-1
lines changed

docs/testing-deployment-publishing/exporting-code/ff-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To use the CLI, you'll need to create an API token and use it in your requests.
7575

7676
## Filtered exports
7777

78-
If you are updating an existing project and do not want certain files to be changed during a code export, you can create a `.flutterflowignore` file in the root of your project directory. This file should contain a list of files to be ignored using globbing syntax.
78+
If you are updating an existing project and do not want certain files to be overwritten during a code export, you can create a `.flutterflowignore` file in the root of your project directory. This file should contain a list of files to be ignored using globbing syntax.
7979

8080
### Example:
8181
If your project is located at:

0 commit comments

Comments
 (0)