Add .gitignore
to the project #10
Loading…
Reference in a new issue
No description provided.
Delete branch "kaiserkiwi/cyber-circle-creator:gitignore"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
This pull requests adds a
.gitignore
file to the project so locally added fonts aren't accidentally added to the repository. I also added the.idea
folder that is used by JetBrains editors like PhpStorm.How to test
Try to add a file in the
fonts
folder. The file shouldn't be added to the repository.Related issues
None.