Basic discussions forum framework
Adds the basic structure for the Discussions MFE around which future development will happen.
This commit is contained in:
19
.gitignore
vendored
Executable file
19
.gitignore
vendored
Executable file
@@ -0,0 +1,19 @@
|
||||
.directory
|
||||
.DS_Store
|
||||
.eslintcache
|
||||
.idea
|
||||
.vscode
|
||||
node_modules
|
||||
npm-debug.log
|
||||
coverage
|
||||
|
||||
dist/
|
||||
src/i18n/transifex_input.json
|
||||
temp/babel-plugin-react-intl
|
||||
|
||||
### pyenv ###
|
||||
.python-version
|
||||
|
||||
### Emacs ###
|
||||
*~
|
||||
/temp
|
||||
Reference in New Issue
Block a user