-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Gutenberg project practices alignment (#37)
* refactor: Consolidate `.gitignore` configuration Align with Gutenberg practices of consolidating Git configuration. * refactor: Lowercase filenames Align with Gutenberg project practices. * refactor: Hoist `hook` to `src` directory Align with Gutenberg project practices. * refactor: Rename `misc` to `utils` Align with Gutenberg project practices. * refactor: Reorganize "helpers" to be less generic Align with Gutenberg project practices. Avoid generic filenames that fail to describe intent or focus. * refactor: Remove file ending in import paths Align with Gutenberg project practices. * refactor: Hoist `lock-unlock` to root `src` directory Align with Gutenberg project practices. * refactor: Hoist JavaScript source to root directory Align with Gutenberg project practices. * refactor: Separate iOS files from JavaScript and Android files Align with Gutenberg project practices. * refactor: Separate Android files from JavaScript and iOS files Align with Gutenberg project practices. * refactor: Improve Makefile casing consistency * refactor: Relocate `app` to `components` directory Align with Gutenberg project practices. * refactor: Rename `main` to `index` Align with Gutenberg project practices. * refactor: Place entry files within `src` directory Align with Gutenberg project practices. * docs: Update README * fix: Reinstate top-level Package.swift file This must be in the root directory for Xcode to correctly source the files. Additional configuration is also required to provide the new path for the `ios` subdirectory. * fix: Remove now unnecessary directory changes in iOS build command The package configuration file was relocated to the root directory. * fix: Repair GutenbergKit path for demo app Path changed after relocating package configuration to root directory.
- Loading branch information
Showing
107 changed files
with
243 additions
and
314 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
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
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.