Skip to content

Commit 53259aa

Browse files
committed
Move default extension config files to root dir
Updates .gitignore.
1 parent 48e3705 commit 53259aa

File tree

6 files changed

+9
-41
lines changed

6 files changed

+9
-41
lines changed
File renamed without changes.
File renamed without changes.

.gitignore

+9-21
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,21 @@
1+
*.gem
12
\#*
23
*~
34
.#*
45
.DS_Store
5-
.bundle
66
.idea
7-
.loadpath
87
.project
9-
.ruby-version
10-
doc
8+
.sass-cache
9+
coverage
1110
Gemfile.lock
1211
Gemfile-local
13-
log
14-
pkg
15-
/sandbox
16-
**/spec/dummy
17-
**/spec/examples.txt
1812
tmp
19-
coverage
20-
var
21-
TAGS
2213
nbproject
23-
**/vendor/bundle
24-
tags
14+
pkg
2515
*.swp
16+
spec/dummy
17+
spec/examples.txt
18+
/sandbox
2619
.rvmrc
27-
.sass-cache
28-
.localeapp
29-
.yardoc
30-
node_modules
31-
yarn.lock
32-
package-lock.json
33-
.env
20+
.ruby-version
21+
.ruby-gemset

solidus_frontend/.rspec .rspec

File renamed without changes.
File renamed without changes.

solidus_frontend/.gitignore

-20
This file was deleted.

0 commit comments

Comments
 (0)