[16971] | 1 | # hugo |
---|
| 2 | .hugo_build.lock |
---|
| 3 | |
---|
| 4 | mix-manifest.json |
---|
| 5 | # Created by https://www.gitignore.io/api/node,sass,linux,macos,sublimetext |
---|
| 6 | |
---|
| 7 | ### Linux ### |
---|
| 8 | *~ |
---|
| 9 | |
---|
| 10 | # temporary files which can be created if a process still has a handle open of a deleted file |
---|
| 11 | .fuse_hidden* |
---|
| 12 | |
---|
| 13 | # KDE directory preferences |
---|
| 14 | .directory |
---|
| 15 | |
---|
| 16 | # Linux trash folder which might appear on any partition or disk |
---|
| 17 | .Trash-* |
---|
| 18 | |
---|
| 19 | # .nfs files are created when an open file is removed but is still being accessed |
---|
| 20 | .nfs* |
---|
| 21 | |
---|
| 22 | ### macOS ### |
---|
| 23 | *.DS_Store |
---|
| 24 | .AppleDouble |
---|
| 25 | .LSOverride |
---|
| 26 | |
---|
| 27 | # Icon must end with two \r |
---|
| 28 | Icon |
---|
| 29 | |
---|
| 30 | # Thumbnails |
---|
| 31 | ._* |
---|
| 32 | |
---|
| 33 | # Files that might appear in the root of a volume |
---|
| 34 | .DocumentRevisions-V100 |
---|
| 35 | .fseventsd |
---|
| 36 | .Spotlight-V100 |
---|
| 37 | .TemporaryItems |
---|
| 38 | .Trashes |
---|
| 39 | .VolumeIcon.icns |
---|
| 40 | .com.apple.timemachine.donotpresent |
---|
| 41 | |
---|
| 42 | # Directories potentially created on remote AFP share |
---|
| 43 | .AppleDB |
---|
| 44 | .AppleDesktop |
---|
| 45 | Network Trash Folder |
---|
| 46 | Temporary Items |
---|
| 47 | .apdisk |
---|
| 48 | |
---|
| 49 | ### Node ### |
---|
| 50 | # Logs |
---|
| 51 | logs |
---|
| 52 | *.log |
---|
| 53 | npm-debug.log* |
---|
| 54 | yarn-debug.log* |
---|
| 55 | yarn-error.log* |
---|
| 56 | |
---|
| 57 | # Runtime data |
---|
| 58 | pids |
---|
| 59 | *.pid |
---|
| 60 | *.seed |
---|
| 61 | *.pid.lock |
---|
| 62 | |
---|
| 63 | # Directory for instrumented libs generated by jscoverage/JSCover |
---|
| 64 | lib-cov |
---|
| 65 | |
---|
| 66 | # Coverage directory used by tools like istanbul |
---|
| 67 | coverage |
---|
| 68 | |
---|
| 69 | # nyc test coverage |
---|
| 70 | .nyc_output |
---|
| 71 | |
---|
| 72 | # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) |
---|
| 73 | .grunt |
---|
| 74 | |
---|
| 75 | # Bower dependency directory (https://bower.io/) |
---|
| 76 | bower_components |
---|
| 77 | |
---|
| 78 | # node-waf configuration |
---|
| 79 | .lock-wscript |
---|
| 80 | |
---|
| 81 | # Compiled binary addons (http://nodejs.org/api/addons.html) |
---|
| 82 | build/Release |
---|
| 83 | |
---|
| 84 | # Dependency directories |
---|
| 85 | node_modules/ |
---|
| 86 | jspm_packages/ |
---|
| 87 | |
---|
| 88 | # Typescript v1 declaration files |
---|
| 89 | typings/ |
---|
| 90 | |
---|
| 91 | # Optional npm cache directory |
---|
| 92 | .npm |
---|
| 93 | |
---|
| 94 | # Optional eslint cache |
---|
| 95 | .eslintcache |
---|
| 96 | |
---|
| 97 | # Optional REPL history |
---|
| 98 | .node_repl_history |
---|
| 99 | |
---|
| 100 | # Output of 'npm pack' |
---|
| 101 | *.tgz |
---|
| 102 | |
---|
| 103 | # Yarn Integrity file |
---|
| 104 | .yarn-integrity |
---|
| 105 | |
---|
| 106 | # dotenv environment variables file |
---|
| 107 | .env |
---|
| 108 | |
---|
| 109 | |
---|
| 110 | ### Sass ### |
---|
| 111 | .sass-cache/ |
---|
| 112 | *.css.map |
---|
| 113 | |
---|
| 114 | ### SublimeText ### |
---|
| 115 | # cache files for sublime text |
---|
| 116 | *.tmlanguage.cache |
---|
| 117 | *.tmPreferences.cache |
---|
| 118 | *.stTheme.cache |
---|
| 119 | |
---|
| 120 | # workspace files are user-specific |
---|
| 121 | *.sublime-workspace |
---|
| 122 | |
---|
| 123 | # project files should be checked into the repository, unless a significant |
---|
| 124 | # proportion of contributors will probably not be using SublimeText |
---|
| 125 | # *.sublime-project |
---|
| 126 | |
---|
| 127 | # sftp configuration file |
---|
| 128 | sftp-config.json |
---|
| 129 | |
---|
| 130 | # Package control specific files |
---|
| 131 | Package Control.last-run |
---|
| 132 | Package Control.ca-list |
---|
| 133 | Package Control.ca-bundle |
---|
| 134 | Package Control.system-ca-bundle |
---|
| 135 | Package Control.cache/ |
---|
| 136 | Package Control.ca-certs/ |
---|
| 137 | Package Control.merged-ca-bundle |
---|
| 138 | Package Control.user-ca-bundle |
---|
| 139 | oscrypto-ca-bundle.crt |
---|
| 140 | bh_unicode_properties.cache |
---|
| 141 | |
---|
| 142 | # Sublime-github package stores a github token in this file |
---|
| 143 | # https://packagecontrol.io/packages/sublime-github |
---|
| 144 | GitHub.sublime-settings |
---|
| 145 | |
---|
| 146 | # End of https://www.gitignore.io/api/node,sass,linux,macos,sublimetext |
---|
| 147 | |
---|
| 148 | testing/testing-example-site/public |
---|
| 149 | testing/testing-example-site/public0 |
---|
| 150 | testing/testing-example-site/public1 |
---|
| 151 | testing/testing-example-site/public2 |
---|
| 152 | testing/testing-example-site/public3 |
---|
| 153 | testing/testing-example-site/public4 |
---|
| 154 | testing/testing-example-site/resources |
---|
| 155 | testing/testing-example-site/themes |
---|
| 156 | |
---|
| 157 | # IntelliJ IDEA |
---|
| 158 | *.iml |
---|