You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
*.iml
|
|
|
|
.idea/
|
|
|
|
.ipr
|
|
|
|
.iws
|
|
|
|
*~
|
|
|
|
~*
|
|
|
|
*.diff
|
|
|
|
*.patch
|
|
|
|
*.bak
|
|
|
|
.DS_Store
|
|
|
|
Thumbs.db
|
|
|
|
.project
|
|
|
|
.*proj
|
|
|
|
.svn/
|
|
|
|
*.swp
|
|
|
|
*.swo
|
|
|
|
*.log
|
|
|
|
*.log.*
|
|
|
|
*.json.gzip
|
|
|
|
node_modules/
|
|
|
|
.buildpath
|
|
|
|
.settings
|
|
|
|
npm-debug.log
|
|
|
|
nohup.out
|
|
|
|
_site
|
|
|
|
_data
|
|
|
|
dist
|
|
|
|
/lib
|
|
|
|
/es
|
|
|
|
elasticsearch-*
|
|
|
|
config/base.yaml
|
|
|
|
/.vscode/
|
|
|
|
/coverage
|
|
|
|
yarn.lock
|
|
|
|
package-lock.json
|
|
|
|
components/**/*.js
|
|
|
|
components/**/*.jsx
|
|
|
|
!components/**/__tests__/*.js
|
|
|
|
!components/**/__tests__/*.js.snap
|
|
|
|
/.history
|