Skip to content
This repository was archived by the owner on Jan 26, 2023. It is now read-only.

should we gitignore these files? #5

Open
chanjeff2 opened this issue Sep 7, 2021 · 1 comment
Open

should we gitignore these files? #5

chanjeff2 opened this issue Sep 7, 2021 · 1 comment

Comments

@chanjeff2
Copy link

I found the below commented code in .gitignore, which the file pattern matched with the files generated by IntelliJ IDEA

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn.  Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

IntelliJ IDEA also generates a misc.xml file, should I also gitignore it?

@henryhchchc
Copy link
Member

henryhchchc commented Sep 7, 2021

You can put the files generated by IntelliJ IDEA in .gitignore if you want to. We will not grade your assignment using IntelliJ IDEA.

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

No branches or pull requests

2 participants