diff options
| author | Unknown <Alee14498@gmail.com> | 2017-10-21 15:43:18 -0400 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-10-21 15:43:18 -0400 |
| commit | 1f245ddb081b15fbd3287aedc4f8965782e1fcc0 (patch) | |
| tree | 24de6b7d52196c32c7b0d77c3aaefed6b701f191 /.gitignore | |
| parent | 1933ad0e02c3aefb677b7da0bf028e007ee286ba (diff) | |
| download | AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.gz AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.tar.bz2 AleeBot-1f245ddb081b15fbd3287aedc4f8965782e1fcc0.zip | |
Starting to work on AleeBot 2.0.0
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 54 |
1 files changed, 2 insertions, 52 deletions
@@ -1,54 +1,4 @@ -# Windows image file caches -Thumbs.db -ehthumbs.db -# Folder config file -Desktop.ini +node_modules/ -# Recycle Bin used on file shares -$RECYCLE.BIN/ - -# Windows Installer files -*.cab -*.msi -*.msm -*.msp - -# Windows shortcuts -*.lnk - -# ========================= -# Operating System Files -# ========================= - -# OSX -# ========================= - -.DS_Store -.AppleDouble -.LSOverride - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -node_modules - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk - -absettings\.json - -amtoken\.json - -aptokens\.json +src/absettings\.json |
