-
-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy path.gitignore
More file actions
46 lines (40 loc) · 811 Bytes
/
.gitignore
File metadata and controls
46 lines (40 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/.bundle
/pkg
/spec/mounted_app/test/dummy/log
/spec/test_app/log
node_modules
.byebug_history
/spec/test_app/tmp
/test/tmp
yarn-debug.log*
yarn-error.log*
.yarn-integrity
/log
gemfiles/*.lock
.DS_Store
.eslintcache
.yalc
yalc.lock
# npm pack tarballs
*.tgz
# Built gem files
*.gem
# Config exporter output directory
shakapacker-config-exports/
# Webpack build output
public/packs/
# TypeScript generated files
package/**/*.d.ts
package/**/*.d.ts.map
package/**/*.js.map
# Ignore compiled JS files from TypeScript sources
package/**/*.js
# Keep specific files that are not TypeScript-generated
!package/index.d.ts
!package/loaders.d.ts
!package/webpack-types.d.ts
!package/babel/preset-react.js
!package/loaders/*.js
!package/__mocks__/*.js
!package/utils/get_style_rule.js
!package/utils/node_modules.js