Skip to content

Instantly share code, notes, and snippets.

@pedroigp
pedroigp / .gitignore
Created February 27, 2020 12:58 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@pedroigp
pedroigp / 0_reuse_code.js
Created September 2, 2016 13:40
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console