This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// ...contents of .projenrc.js | |
// See https://github.com/aws-actions/configure-aws-credentials#credentials | |
// Replace <...> with your info | |
workflowBootstrapSteps: [ | |
{ | |
name: 'Configure AWS Credentials', | |
uses: 'aws-actions/configure-aws-credentials@v1', | |
with: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component, PropTypes } from 'react'; | |
export default class ImageInput extends Component { | |
constructor(props) { | |
super(props); | |
this.state = { | |
src: props.src ? props.src : null, | |
} | |
this.handleOnChange = this.handleOnChange.bind(this); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
/** | |
* ${1:[Description of method]} | |
* | |
* @param ${2:[param name]} ${3:[parameter description]} | |
${4: * @param ${5:[param name]} ${6:[parameter description]}} | |
* @return ${7:[return description]} | |
*/ | |
]]></content> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<snippet> | |
<content><![CDATA[ | |
/** | |
* $TM_FILENAME | |
* | |
* @author $TM_FULLNAME | |
* email $TM_EMAIL | |
* @version 1.0 | |
* Purpose ${1:Purpose of program} | |
* Usage ${2:How to use it} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Temp/ | |
Library/ | |
obj/ | |
*.svd | |
!Library/*.asset | |
!Library/AssetImportState | |
!Library/AssetVersioning.db | |
!Library/BuildPlayer.prefs | |
!Library/ScriptMapper |