Skip to content

Commit

Permalink
chore: ignore linux-specific files
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmoMyzrailGorynych committed Oct 4, 2017
1 parent 8c0661a commit aed24a6
Showing 1 changed file with 75 additions and 65 deletions.
140 changes: 75 additions & 65 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,65 +1,75 @@
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
bower_components

temp/
desktop\.ini

# Generated files
app/bundle.js
app/bundle.css
app/index.html
app/temp
/.bin
app/temp
/user
app/fonts/style\.css

# nw
/*.dll
/*.exe
/*.pak
/*.dat
/credits.html
/locales
CHANGELOG\.md
/pnacl


# tests
error_screenshots/
reports/

# ct specific
/export
/docs
/app/docs

# editor-specific
/.vscode
# Logs
logs
*.log
npm-debug.log*

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# node-waf configuration
.lock-wscript

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# https://docs.npmjs.com/misc/faq#should-i-check-my-node-modules-folder-into-git
node_modules
bower_components

temp/
desktop\.ini

# Generated files
app/bundle.js
app/bundle.css
app/index.html
app/temp
/.bin
app/temp
/user
app/fonts/style\.css

# nw
/*.dll
/*.exe
/*.nexe
/*.pak
/*.dat
/*.bin
/credits.html
/pnacl
/locales
/nw
/chromedriver
/minidump_stackwalk
/nacl_*
/nwjc
/payload
/snapshot_blob.bin
/lib
/swiftshader


# tests
error_screenshots/
reports/

# ct specific
/export
/docs
/app/docs

# editor-specific
/.vscode

0 comments on commit aed24a6

Please sign in to comment.