Initial Commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
.classpath
|
||||
.idea
|
||||
.project
|
||||
.settings
|
||||
filerepo_client/dist/
|
||||
filerepo_client/nbproject/private/
|
||||
filerepo_client/node/
|
||||
filerepo_client/node_modules/
|
||||
filerepo_client/test_out/
|
||||
filerepo_client/temp/
|
||||
filerepo_client/app/compiled-less
|
||||
filerepo_webapp/.externalToolBuilders/
|
||||
npm-debug.log
|
||||
phantomjs
|
||||
tags
|
||||
*.DS_Store
|
||||
*/bin/
|
||||
**/.classpath
|
||||
**/.settings
|
||||
**/*.swp
|
||||
**/target
|
||||
**/.tern-project
|
||||
**/*.iml
|
||||
**/git.properties
|
Reference in New Issue
Block a user