OldHawk
b742761568
ignore the torrents uploads folder
2017-03-27 13:31:35 +08:00
shanavas
d47dd41108
feat(build): Ignore compiled sass/less files from git ( #1592 )
...
* Compile sass/less files to appropriate directories
* Include compiled sass/less files in asset
* Ignore compiled sass/less files
2016-10-29 11:30:46 -07:00
hyperreality
7be1910420
feat(tests): add client and server test coverage to Gulp ( #1466 )
...
* Added coverage to Gulp
* Integrated coveralls tests with gulp
* spurious changes to kick off coveralls
2016-09-04 01:30:32 +03:00
mleanos
6d7447479f
feat(config): Local env configurations
...
Adds the ability to configure multiple env configurations, for the
various NODE_ENV's. These configs can be used to override the current
configuration, using the appropriate local-NODE_ENV.js file that the
user has defined.
Updated the local.example.js comments to be clear on the usage.
Added config/env/local-*.js to gitignore.
Updated the copy:localConfig Grunt task to copy local.example as
local-development.js, since we're no longer going to use local.js.
2015-11-29 11:00:52 -08:00
Liran Tal
379f58e3b0
updating gitignore file to disregard the _site/ directory which gets created when using jekyll for generating the gh-pages documentation branch locally
2015-08-03 17:14:01 +03:00
cdriscol
d5ea5c99d2
Adding client test coverage.
2015-07-29 06:51:38 -06:00
mleanos
c7ec27ee03
Moved all editor setting to bottom
...
I moved all the editor files underneath all the other settings. As the
editor list grows, it will help keep things organized, and editor
configs are less pertinent to individual developers.
2015-07-23 22:51:36 -07:00
mleanos
c3380bf74f
Added Visual Studio files to gitignore
...
Adding files to ignore that are related to Visual Studio, and Node.js
development within the VS environment.
2015-07-22 16:21:16 -07:00
Mikael Korpela
75aad2e0ba
Sorting out .gitignore
...
- remove access.log (*.log is enough)
- Move local.js config under MEAN.JS
- Rename iOS/Apple => OS (this is a mix of windows/osx stuff anyways)
2015-07-05 23:09:53 +03:00
Liran Tal
d5b22e35c4
addressing missing newlines and node 0.12 version for travis-ci
2015-07-05 01:12:54 +03:00
Liran Tal
67e96a4f22
0.4.0 branch merged into master
2015-07-02 12:08:09 +03:00
Liran Tal
1ea9f55600
porting pull request from master to 0.4.0 branch: Local environment variables to address issue #553 #557
2015-05-31 11:54:17 +03:00
Ilan Biala
3ea400f354
Merge pull request #548 from jloveland/generate-sslcerts
...
Add SSL support back into 0.4.0
2015-05-28 06:42:23 -04:00
Ilan Biala
f24ce6550e
Ignore ALL .log files at gitignore
...
Closes #523
2015-05-17 23:19:05 -04:00
Liran Tal
0fc412d428
restoring previous state of removing local.js, we'll generate it with grunt when the project starts-up
2015-05-13 10:47:00 +03:00
Liran Tal
619e123c0d
adding the default config/env/local.js instance
2015-05-12 21:42:30 +03:00
Liran Tal
ba3e99f009
implemented feature to address issue 553 - provide a local.js file for local development configuration parameters that will not get committed to remote repositories and will accidentally expose API keys, passwords, and sensitive local configuration
2015-05-12 09:22:04 +03:00
jloveland
3e1d0b5f84
adding ssl back in
2015-05-08 07:01:41 -07:00
Mikael Korpela
b7f24c655c
Fix typo at gitignore
2015-04-17 17:17:36 +03:00
sylvainlap
eced93ff6f
Remove dist files 0.4.0
2015-02-07 18:40:09 +01:00
sylvainlap
eef2a3368f
Remove dist files
2015-02-07 18:34:35 +01:00
Fredrik Friis
689d7a8039
settings for cloud9 ide added to gitignore
2015-01-11 06:55:49 +00:00
Liran Tal
9b36cfa2d8
resolved merge conflict with master
2014-12-06 10:09:46 +02:00
Liran Tal
7bce82993e
updating .gitignore file with more popular entries
2014-12-04 13:39:33 +02:00
Liran Tal
6036d65429
adding eclipse and intellij project files to .gitignore
2014-12-02 21:49:08 +02:00
Liran Tal
2d54e8365d
adding the production app debugging access.log file
2014-12-02 21:45:44 +02:00
Liran Tal
a17f86d5dd
updating .gitignore with ignoring the correct location of the ssl certficates
2014-12-01 09:48:52 +02:00
Amos Haviv
c94c870a30
Remove Image Uploads
2014-11-10 23:29:19 +02:00
Amos Haviv
ab81d61bd3
New 0.4 version
2014-11-10 23:12:33 +02:00
jloveland
2ac17f7868
adding https option for running with TLS/SSL
2014-08-15 21:51:34 -04:00
Amos Haviv
7b0b860e98
Adding Dist files
2014-08-02 22:07:10 +03:00
Amos Haviv
65d3d4040c
Deleting Dist folder
2014-07-19 13:43:32 +03:00
Amos Haviv
83d3cd4dc5
Updating Gitignore
2014-07-19 13:43:07 +03:00
Amos Haviv
6c1de94fea
Revert "Added newlines"
...
Conflicts:
public/dist/application.min.js
public/modules/users/controllers/authentication.client.controller.js
public/modules/users/tests/authentication.client.controller.test.js
2014-07-19 13:42:38 +03:00
Amos Haviv
17e089ec69
Moving to MEAN.JS
2014-02-10 13:09:25 +02:00
Drew Fyock
30d949428e
#236 add .idea to gitignore
2014-02-06 13:51:41 -05:00
Drew Fyock
f57b51d485
#236 fix travis asking for user input
2014-02-03 14:03:46 -05:00
Drew Fyock
a0c9de3756
#236 implement swig instead of jade
2014-02-03 13:46:39 -05:00
Rudi Starcevic
673ac81704
Add Karma unit tests
2013-11-04 11:26:49 +08:00
Amos Haviv
7e94a15a4b
Adding CSS For non-sass Applications
2013-08-06 15:39:09 +03:00
Roie Schwaber-Cohen
33402688c1
Added grunt and nodemon
2013-08-06 13:47:56 +03:00
Amos Haviv
f2ab7ef537
Adding Bower Support
2013-07-09 20:36:41 +03:00
Amos Haviv
a3daa3baf6
Removing DSSTORES
2013-05-22 17:16:13 +03:00
Amos Haviv
4c029d093b
.DS_Store banished!
2013-05-22 17:08:27 +03:00