Skip to content
homer2 edited this page May 17, 2018 · 1 revision

Tips:

  • 'folder/file.ext' also creates a new folder for the file
  • You can create files starting with a dot, like '.gitignore'
  • You can create files without file extensions, like 'LICENSE'
  • Create folder by ending the name with a forward slash
  • Use glob style syntax to add related files, like 'widget.(html,js)'
  • Separate names with commas to add multiple files and folders
Clone this wiki locally