https://github.com/ipcjs/gitignore-demo
test git ignore
https://github.com/ipcjs/gitignore-demo
Last synced: 5 months ago
JSON representation
test git ignore
- Host: GitHub
- URL: https://github.com/ipcjs/gitignore-demo
- Owner: ipcjs
- License: gpl-2.0
- Created: 2014-10-13T13:58:17.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-07T15:13:57.000Z (about 11 years ago)
- Last Synced: 2025-03-18T15:03:03.352Z (about 1 year ago)
- Size: 250 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gitignore-demo
==============
各种AS工程中用到的配置文件的模板
## 各文件的作用
* project
* .gitignore:忽略文件模板
- global.gitignore:我的全局忽略文件
- store.gitignore:存文件时用的
- default:各种地方收集的默认忽略文件
* c.gitignore:貌似时VS的
* github.gitignore:Github默认给的
* studio.gitignore:Android Studio默认给的
## 小技巧
Windows下把文件命名成`.gitignore`会报错,可以把文件命名成`.gitignore.`再回车,文件名就变成了`.gitignore`