Remove unused files from gitignore

This commit is contained in:
probablycorey
2013-06-20 15:24:31 -07:00
parent 0328c77be1
commit e46af10631
2 changed files with 0 additions and 7 deletions

4
.gitignore vendored
View File

@@ -3,12 +3,8 @@
.project
.svn
.nvm-version
atom.xcodeproj
build
.xcodebuild-info
node_modules
npm-debug.log
/tags
/atom-shell/
/sources.gypi
docs/api

View File

@@ -118,14 +118,11 @@ module.exports = (grunt) ->
rm '/tmp/atom-cached-atom-shells'
rm 'node_modules'
rm 'atom-shell'
rm 'cef'
rm 'node'
rm 'prebuilt-cef'
grunt.registerTask 'build', 'Build the application', ->
rm SHELL_APP_DIR
mkdir path.dirname(BUILD_DIR)
console.log fs.realpathSync("atom-shell/Atom.app")
cp 'atom-shell/Atom.app', SHELL_APP_DIR
mkdir APP_DIR