2015-10-03 11:54:09 +03:00
|
|
|
### Linux ###
|
|
|
|
*~
|
|
|
|
|
|
|
|
# KDE directory preferences
|
|
|
|
.directory
|
2015-11-22 14:47:26 +03:00
|
|
|
# OS X folder attributes
|
|
|
|
.DS_Store
|
2015-10-03 11:54:09 +03:00
|
|
|
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
|
|
.Trash-*
|
|
|
|
|
2018-03-21 19:58:18 +03:00
|
|
|
demo/dist/
|
2015-10-03 11:54:09 +03:00
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
|
|
|
|
# Dependency directory
|
|
|
|
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
|
|
|
|
node_modules
|
|
|
|
|
2017-10-12 00:01:37 +03:00
|
|
|
lib/
|
2017-11-14 19:03:58 +03:00
|
|
|
stats.json
|
2017-11-19 13:51:59 +03:00
|
|
|
cypress/
|
2018-05-16 12:44:36 +03:00
|
|
|
bundles/
|
2018-05-18 13:47:35 +03:00
|
|
|
typings/*
|
|
|
|
!typings/styled-patch.d.ts
|
2018-03-18 12:15:17 +03:00
|
|
|
cli/index.js
|
2022-05-11 08:58:24 +03:00
|
|
|
cli/__test__/*/**/*.html
|
2015-10-03 11:54:09 +03:00
|
|
|
|
2018-01-29 14:09:38 +03:00
|
|
|
/benchmark/revisions
|
|
|
|
|
2015-12-13 13:37:58 +03:00
|
|
|
/coverage
|
2016-04-30 22:18:11 +03:00
|
|
|
.ghpages-tmp
|
2016-08-28 21:46:10 +03:00
|
|
|
stats.json
|
2020-03-17 12:06:03 +03:00
|
|
|
yarn.lock
|
2020-09-07 12:54:36 +03:00
|
|
|
.idea
|
2020-10-14 11:49:54 +03:00
|
|
|
.vscode
|
2022-01-26 12:54:27 +03:00
|
|
|
.eslintcache
|