aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorIgor Minar2010-10-19 21:19:28 -0700
committerIgor Minar2010-10-20 14:48:35 -0700
commit2e687ee56fb81e96c0f45b2655a1a723331e2d20 (patch)
treee4019a9c621438178247994388bb5347fd36bd62 /.gitignore
parent7530eea7035e26a0bcc358c8ef94c79debabddf4 (diff)
downloadangular.js-2e687ee56fb81e96c0f45b2655a1a723331e2d20.tar.bz2
Add support for version numbers in the Rakefile
* version number is stored in version.yaml - work in progress is marked with version number that ends with '-snapshot' * all compiled files are stored in the './build/' directory without version numbers * :package task creates a tarball in the build directory - if version number contains '-snapshot', this substring is replaced with sha of the head - tarball contains version number in the filename - all js files contain version number in the filename * .gitignore was updated to reflect all these changes * the .map file is not created by the closure compiler any more
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 89e7f0f2..31eaa868 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,3 @@
-angular-minified.map
-angular.js
-angular-minified.js
-angular-debug.js
-angular-ie-compat.js
-angular-scenario.js
+build/
angularjs.netrc
jstd.log