Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 PhoneGap 附带的 ./create 命令创建 2 个 PhoneGap 2.3.0 应用程序(1 个 iOS 和 1 个 Android)。
./create 命令创建包含大量文件和子目录的整个目录结构。
我想知道哪些文件应该进入版本控制(git),哪些不应该进入版本控制(.gitignore)。
有什么建议么?
这是我的 .gitignore 的 Android 应用程序的内容:
bin/ gen/ .DS_Store .tmp*