Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: gitignore integration #111

Closed
suka97 opened this issue May 9, 2024 · 1 comment
Closed

Feature Request: gitignore integration #111

suka97 opened this issue May 9, 2024 · 1 comment

Comments

@suka97
Copy link

suka97 commented May 9, 2024

It would be useful if the Custom_Widgets --create-project command created one or multiple gitignore files for excluding aux files and folders.

In my case I'm using the following:

# python env and aux files
.venv
__pycache__

# Custom_Widgets aux folders
generated-files
logs

###### Icons ######
Qss/icons/FFFFFF/*
Qss/icons/Icons/feather/*
Qss/icons/Icons/font_awesome/*
Qss/icons/Icons/material_design/*

I like to exclude by default all icons as they are a lot and normally only some of them are used.
I think another useful thing would be if the Custom_Widgets --monitor-ui command would also check what icons are really used, and then add their corresponding gitignore exception like:

# append the used images
!Qss/icons/Icons/feather/airplay.png

Nevertheless, this project is awesome!

@KhamisiKibet
Copy link
Owner

Great! I will add that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants