Skip to content

Instantly share code, notes, and snippets.

View Vj3k0's full-sized avatar

Vjekoslav Ratkajec Vj3k0

View GitHub Profile
@Vj3k0
Vj3k0 / .gitignore
Created January 4, 2016 11:32
Gitignore for Electron application development
#directories
bower_components
node_modules
dist
#files
*.tgz
*.log
@Vj3k0
Vj3k0 / ant-telemetry.properties
Created December 11, 2012 06:29
Adding telemetry to SWF with Ant
#Properties for ant-telemetry.xml
project.name=SomeProjectName
swf.name=${project.name}.swf
#Path to your SWF
swf.loc=${basedir}/../out/production/${project.name}/${swf.name}