Should I add .idea/assetWizardSettings into git ignore? It is generated when I created launcher icons for adaptive and legacy
<option name="url" value="https://repo1.maven.org/maven2" /> </remote-repository> <remote-repository> <option name="id" value="jboss.community" /> <option name="name" value="JBoss Community repository" />
gitignore file tells Git which files to ignore when committing your project to the GitHub repository. gitignore is located in the root directory of your repo. / will ignore directories with the name.
gitignore file is usually placed in the repository's root directory. However, you can create multiple . gitignore files in different subdirectories in your repository. The patterns in the .
You can add it to your .gitignore
file and your project will be fine.
The .idea/assetWizardSettings.xml
is just a file that contains the configuration settings the Image Asset Studio used to create your icon.
All the build related files are generated better not to add these files into git, Adding them to gitignore is the best option.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With