Skip to content

Commit 6f2eb2a

Browse files
authored
Merge pull request #120 from internetarchive/dynamic_columns
Dynamic columns - add new columns by adding to urlColumnRegistry
2 parents 4629ab7 + b586ee5 commit 6f2eb2a

68 files changed

Lines changed: 4544 additions & 2976 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414

1515
# misc
1616
.DS_Store
17-
.env.local
18-
.env.development.local
19-
.env.test.local
20-
.env.production.local
17+
.myEnv.local
18+
.myEnv.development.local
19+
.myEnv.test.local
20+
.myEnv.production.local
2121

2222
npm-debug.log*
2323
yarn-debug.log*

0 commit comments

Comments
 (0)