FIRST-Tech-Challenge / FIRST-Tech-Challenge/FtcRobotController
Suggested changes to .gitignore
Open
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 9.9k
- Avg merge
- 18m
- Merged PRs (30d)
- 1
Description
I would like to humbly suggest a few changes to .gitignore for when this project is updated next.
1 - as Android Studio is putting more and more stuff in .idea that is local, suggest
```.idea/*```
If you would rather play whack-a-mole instead of using a large hammer, the ones that the newest version of AS (Dolphin) also writes are
```.idea/compiler.xml
.idea/jarRepositories.xml
.idea/misc.xml
```
2 - For teams that are using macs for some of their development
```.DS_Store```
Contributor guide
Assessment
This issue has not been assessed yet.