mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
Remove unused files from gitignore
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user