ant-design/.gitignore

46 lines
545 B
Plaintext
Raw Normal View History

2015-05-07 18:50:36 +08:00
*.iml
.idea/
.ipr
.iws
*~
~*
*.diff
*.patch
*.bak
.DS_Store
Thumbs.db
.project
.*proj
.svn/
*.swp
*.swo
*.log
*.log.*
*.json.gzip
2015-05-07 18:50:36 +08:00
node_modules/
.buildpath
.settings
2015-07-02 12:36:12 +08:00
npm-debug.log
2015-05-07 18:50:36 +08:00
nohup.out
_site
2016-03-23 18:52:27 +08:00
_data
2015-05-21 20:36:13 +08:00
dist
/lib
2017-05-27 11:13:52 +08:00
/es
2015-07-02 12:36:12 +08:00
elasticsearch-*
2016-03-23 18:52:27 +08:00
config/base.yaml
/.vscode/
/coverage
2016-12-31 20:24:24 +08:00
yarn.lock
2017-10-09 19:19:23 +08:00
package-lock.json
2017-01-09 11:34:06 +08:00
components/**/*.js
components/**/*.jsx
!components/**/__tests__/*.js
!components/**/__tests__/*.js.snap
/.history
2018-09-01 17:14:22 +08:00
# Docs templates
site/theme/template/IconDisplay/*.js
site/theme/template/IconDisplay/*.jsx
2018-09-03 12:12:28 +08:00
site/theme/template/IconDisplay/fields.js